From 50f52beb0ed100105166f62027cd0b15e6b596dc Mon Sep 17 00:00:00 2001
From: Surpriseplus <845948745@qq.com>
Date: 星期六, 12 十一月 2022 15:02:01 +0800
Subject: [PATCH] 重新

---
 src/router/index.js |   20 ++++++++++----------
 1 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/src/router/index.js b/src/router/index.js
index f07342e..74467bf 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -6,6 +6,7 @@
 import Synthesis from '../views/Synthesis/index.vue'; //缁煎悎灞曠ず
 import Thematic from '../views/Thematic/index.vue'; //涓撻鍦板浘
 import Archive from '../views/Archive/index.vue'; //璧勬枡棣�
+import ExportMap from '../views/exportMap/index.vue';
 import menuSettings from '@/views/maintenance/menuSettings.vue'; //鑿滃崟璁剧疆
 import rests from '@/views/maintenance/rests.vue'; //鍏朵粬
 import authorityManagement from '@/views/maintenance/authorityManagement.vue'; //鏉冮檺绠$悊
@@ -27,7 +28,6 @@
 import SpatialData from '../views/datamanage/SpatialData.vue'; //鏁版嵁绠$悊-绌洪棿鏁版嵁
 import versionManage from '../views/datamanage/versionManage.vue'; //鏁版嵁绠$悊-鐗堟湰绠$悊
 import dictionaryManage from '../views/datamanage/dictionaryManage.vue'; //鏁版嵁绠$悊-瀛楀吀绠$悊
-import domainManage from '../views/datamanage/domainManage.vue'; //鏁版嵁绠$悊-鍊煎煙绠$悊
 import styleManage from '../views/datamanage/styleManage.vue'; //鏁版嵁绠$悊-鏍峰紡绠$悊
 import addStyle from '../views/datamanage/addStyle.vue'; //鏁版嵁绠$悊-鏍峰紡绠$悊-娣诲姞鏍峰紡
 
@@ -71,6 +71,15 @@
         component: Synthesis,
         meta: {
           title: '缁煎悎灞曠ず',
+          requireAuth: true, // 鏍囪瘑璇ヨ矾鐢辨槸鍚﹂渶瑕佺櫥褰�
+        },
+      },
+      {
+        path: '/ExportMap',
+        name: 'ExportMap',
+        component: ExportMap,
+        meta: {
+          title: '鍦ㄧ嚎鍒跺浘',
           requireAuth: true, // 鏍囪瘑璇ヨ矾鐢辨槸鍚﹂渶瑕佺櫥褰�
         },
       },
@@ -154,15 +163,6 @@
         name: 'dictionaryManage',
         meta: {
           title: '瀛楀吀绠$悊',
-          requireAuth: true, // 鏍囪瘑璇ヨ矾鐢辨槸鍚﹂渶瑕佺櫥褰�
-        },
-      },
-      {
-        path: '/domainManage',
-        component: domainManage,
-        name: 'domainManage',
-        meta: {
-          title: '鍊煎煙绠$悊',
           requireAuth: true, // 鏍囪瘑璇ヨ矾鐢辨槸鍚﹂渶瑕佺櫥褰�
         },
       },

--
Gitblit v1.9.3