Karsa 5 月之前
父節點
當前提交
ebf2dfcaef
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      src/router/index.js

+ 5 - 0
src/router/index.js

@@ -46,6 +46,11 @@ const routes=[
     name: "detailPdfEn",
     component: () => import("@/views/reportEn/detailPdf.vue"),
   },
+  {
+    path: "/reportshare_smart_pdf",
+    name: "detailSmartPdf",
+    component: () => import("@/views/smartReport/detailPdf.vue"),
+  },
   {
     path: "/reportshare_external",
     name: "reportshareExternal",