浏览代码

Merge branch 'eta2.6.9' into debug

shanbinzhang 2 周之前
父节点
当前提交
379bb289ed
共有 1 个文件被更改,包括 12 次插入12 次删除
  1. 12 12
      src/router/report.js

+ 12 - 12
src/router/report.js

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