From 074c4f0934a537b5252063697573d7fe5e501a44 Mon Sep 17 00:00:00 2001
From: "@fawn-nine" <1271023382@qq.com>
Date: Tue, 14 Nov 2023 17:57:51 +0800
Subject: [PATCH] =?UTF-8?q?=E5=9B=BD=E5=AE=B6=E7=AE=A1=E7=90=86?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/router/index.js | 1 +
src/views/modules/county/countyManagement.vue | 266 ++++++++++++++++++
2 files changed, 267 insertions(+)
create mode 100644 src/views/modules/county/countyManagement.vue
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 @@
+
+
+
+
+
+ 增加国家区域
+
+
+
+
+
+
+
+
+
+
+
+ 修改
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+