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