|
@@ -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",
|