diff --git a/mock/role/routes.ts b/mock/role/routes.ts index b08dd4ff6..3ee330e19 100644 --- a/mock/role/routes.ts +++ b/mock/role/routes.ts @@ -249,7 +249,7 @@ export const asyncRoutes = [ { path: 'bar-chart', component: 'views/charts/bar-chart', - name: 'BarChart', + name: 'BarChartDemo', meta: { title: 'barChart', noCache: true @@ -258,7 +258,7 @@ export const asyncRoutes = [ { path: 'line-chart', component: 'views/charts/line-chart', - name: 'LineChart', + name: 'LineChartDemo', meta: { title: 'lineChart', noCache: true @@ -267,7 +267,7 @@ export const asyncRoutes = [ { path: 'mixedchart', component: 'views/charts/mixed-chart', - name: 'MixedChart', + name: 'MixedChartDemo', meta: { title: 'mixedChart', noCache: true diff --git a/src/App.vue b/src/App.vue index fa646a957..9d213d1e4 100644 --- a/src/App.vue +++ b/src/App.vue @@ -7,6 +7,8 @@ diff --git a/src/components/BackToTop/index.vue b/src/components/BackToTop/index.vue index 5e7a9ec22..645333e81 100644 --- a/src/components/BackToTop/index.vue +++ b/src/components/BackToTop/index.vue @@ -17,8 +17,10 @@