From b2ed179595f30ade5f36eb3672b7d3d6e1da89d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E6=B5=A9=E7=8E=AE?= Date: Tue, 13 Jul 2021 09:48:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/xunjian/basic/place/index.vue | 7 +++++++ src/router/config.js | 5 +++++ 2 files changed, 12 insertions(+) create mode 100644 src/pages/xunjian/basic/place/index.vue diff --git a/src/pages/xunjian/basic/place/index.vue b/src/pages/xunjian/basic/place/index.vue new file mode 100644 index 0000000..2b7d3c4 --- /dev/null +++ b/src/pages/xunjian/basic/place/index.vue @@ -0,0 +1,7 @@ + + + diff --git a/src/router/config.js b/src/router/config.js index ed48403..2f45f2c 100644 --- a/src/router/config.js +++ b/src/router/config.js @@ -70,6 +70,11 @@ const hasAuthorityRoutes = [ name: '地区配置', component: () => import('@/pages/ranger/basic/region'), }, + { + path: 'place', + name: '地区配置', + component: () => import('@/pages/ranger/basic/place'), + }, ], }, { -- GitLab