|
@@ -5,7 +5,7 @@ export const chartETARoutes=[
|
|
|
name:"ChartETAList",
|
|
|
component: () => import("@/views/chartETA/List.vue"),
|
|
|
meta: {
|
|
|
- title: "ETA图库",
|
|
|
+ title: "图库",
|
|
|
keepAlive:true,
|
|
|
hasBackTop:true,
|
|
|
},
|
|
@@ -15,7 +15,7 @@ export const chartETARoutes=[
|
|
|
name:"ChartETASearch",
|
|
|
component: () => import("@/views/chartETA/Search.vue"),
|
|
|
meta: {
|
|
|
- title: "ETA图库",
|
|
|
+ title: "图库",
|
|
|
keepAlive:true,
|
|
|
hasBackTop:true,
|
|
|
},
|
|
@@ -25,7 +25,7 @@ export const chartETARoutes=[
|
|
|
name:"ChartETAChartDetail",
|
|
|
component: () => import("@/views/chartETA/ChartDetail.vue"),
|
|
|
meta: {
|
|
|
- title: "ETA图库",
|
|
|
+ title: "图库",
|
|
|
keepAlive:false,
|
|
|
},
|
|
|
}
|