shanbinzhang 2 tygodni temu
rodzic
commit
229f9da4bb
1 zmienionych plików z 12 dodań i 12 usunięć
  1. 12 12
      src/router/report.js

+ 12 - 12
src/router/report.js

@@ -61,26 +61,26 @@ export const reportRoutes=[
             keepAlive:false
         },
     },
-    {
-        path:"/report/chapter/detail",
-        name:"ReportChapterDetail",
-        component: () => import("@/views/report/chapter/Detail.vue"),
-        meta: { 
-            title: "中文研报",
-            keepAlive:false,
-            hasBackTop:true
-        },
-    },
     // {
-    //     path:"/report/chapter/preview",
+    //     path:"/report/chapter/detail",
     //     name:"ReportChapterDetail",
-    //     component: () => import("@/views/report/chapter/Preview.vue"),
+    //     component: () => import("@/views/report/chapter/Detail.vue"),
     //     meta: { 
     //         title: "中文研报",
     //         keepAlive:false,
     //         hasBackTop:true
     //     },
     // },
+    {
+        path:"/report/chapter/preview",
+        name:"ReportChapterDetail",
+        component: () => import("@/views/report/chapter/Preview.vue"),
+        meta: { 
+            title: "中文研报",
+            keepAlive:false,
+            hasBackTop:true
+        },
+    },
     {
         path:"/report/search",
         name:"ReportSearch",