diff --git a/src/router/modules/charts.js b/src/router/modules/charts.js index ea2b2bfc..7c823a0f 100644 --- a/src/router/modules/charts.js +++ b/src/router/modules/charts.js @@ -28,37 +28,13 @@ const chartsRouter = { path: 'show_policy', component: () => import('@/views/route/show_policy.vue'), name: 'ShowPolicy', - meta: { title: '查看路由', noCache: true } + meta: { title: '路由策略管理', noCache: true } }, { path: 'show_steer', component: () => import('@/views/route/show_steer'), name: 'ShowSteer', - meta: { title: '查看引导', noCache: true } - }, - { - path: 'add_policy', - component: () => import('@/views/route/add_policy.vue'), - name: 'AddPolicy', - meta: { title: '添加路由', noCache: true } - }, - { - path: 'steer', - component: () => import('@/views/route/steer.vue'), - name: 'Steer', - meta: { title: '更新引导', noCache: true } - }, - { - path: 'del_steer', - component: () => import('@/views/route/del_steer.vue'), - name: 'DelSteer', - meta: { title: '删除引导', noCache: true } - }, - { - path: 'del_policy', - component: () => import('@/views/route/del_policy.vue'), - name: 'DelPolicy', - meta: { title: '删除路由', noCache: true } + meta: { title: '引导策略管理', noCache: true } } ] } diff --git a/src/views/route/show_policy.vue b/src/views/route/show_policy.vue index a895a10c..713570c9 100644 --- a/src/views/route/show_policy.vue +++ b/src/views/route/show_policy.vue @@ -1,107 +1,171 @@ diff --git a/src/views/route/show_steer.vue b/src/views/route/show_steer.vue index faf18c7d..b49ee7ec 100644 --- a/src/views/route/show_steer.vue +++ b/src/views/route/show_steer.vue @@ -1,107 +1,168 @@