diff --git a/src/router/index.js b/src/router/index.js
index 9939719..4daa3dd 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -54,6 +54,7 @@ const mainRoutes = {
{ path: '/acupointManagement', component: _import('modules/acupoint/acupointManagement'), name: 'acupointManagement', meta: { title: '经穴分类管理', isTab: true } },
{ path: '/acupointList', component: _import('modules/acupoint/acupointList'), name: 'acupointList', meta: { title: '经穴文章列表', isTab: true } },
{ path: '/acupointDetail', component: _import('modules/acupoint/acupointDetail'), name: 'acupointDetail', meta: { title: '穴位详细', isTab: true } },
+ { path: '/countyManagement', component: _import('modules/county/countyManagement'), name: 'countyManagement', meta: { title: '国家区域管理', isTab: true } },
],
beforeEnter (to, from, next) {
let token = Vue.cookie.get('token')
diff --git a/src/views/modules/county/countyManagement.vue b/src/views/modules/county/countyManagement.vue
new file mode 100644
index 0000000..2e616c3
--- /dev/null
+++ b/src/views/modules/county/countyManagement.vue
@@ -0,0 +1,266 @@
+
+
+
+
+
+ 增加国家区域
+
+
+
+
+
+
+
+
+
+
+
+ 修改
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+