示例

   const {href} = router.resolve({path:  "/settlementCenter/costConfirmationPreview",
          query:{index:currentTemplate.value,id:id.value},});
          window.open(href, '_blank');

1
2
3
4