From 7603e66e1a0adc10a5f84aef08d52440c70d54bb Mon Sep 17 00:00:00 2001 From: bwcx_jzy Date: Thu, 12 Aug 2021 14:05:46 +0800 Subject: [PATCH] delete ipAccess.vue --- web-vue/src/pages/system/ipAccess.vue | 16 ---------------- web-vue/src/router/index.js | 11 ++++++----- 2 files changed, 6 insertions(+), 21 deletions(-) delete mode 100644 web-vue/src/pages/system/ipAccess.vue diff --git a/web-vue/src/pages/system/ipAccess.vue b/web-vue/src/pages/system/ipAccess.vue deleted file mode 100644 index b20a1c3c5..000000000 --- a/web-vue/src/pages/system/ipAccess.vue +++ /dev/null @@ -1,16 +0,0 @@ - - \ No newline at end of file diff --git a/web-vue/src/router/index.js b/web-vue/src/router/index.js index 81b4eef19..66743eaaa 100644 --- a/web-vue/src/router/index.js +++ b/web-vue/src/router/index.js @@ -140,12 +140,13 @@ const router = new Router({ path: '*', name: '404', component: () => import('../pages/404') - }, - { - path: '/system/ipAccess', - name: 'ipAccess', - component: () => import('../pages/system/ipAccess') } + // , + // { + // path: '/system/ipAccess', + // name: 'ipAccess', + // component: () => import('../pages/system/ipAccess') + // } ] })