From 9f1a8ac7b6743de4a222ebda9bb914c3624810d8 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Tue, 15 Feb 2022 10:54:48 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/school-web

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

diff --git a/src/router/page/index.js b/src/router/page/index.js
index 9e7047d..3723630 100644
--- a/src/router/page/index.js
+++ b/src/router/page/index.js
@@ -1,8 +1,8 @@
 /*
  * @Author: Morpheus
  * @Date: 2021-04-30 14:12:09
- * @Last Modified by: mikey.zhaopeng
- * @Last Modified time: 2022-02-10 10:21:12
+ * @Last Modified by: Morpheus
+ * @Last Modified time: 2022-02-14 15:09:19
  */
 
 import Vue from 'vue'
@@ -50,6 +50,7 @@
 const pcToolSign = () => import('../../pcviews/tool/sign.vue')
 const pcToolRanging = () => import('../../pcviews/tool/ranging.vue')
 const pcToolArea = () => import('../../pcviews/tool/area.vue')
+const pcToolLayerManage = () => import('../../pcviews/tool/layer-manage.vue')
 
 const routes = [
     // pc端
@@ -332,6 +333,13 @@
                     meta: {
                         title: '地图测面'
                     }
+                },
+                {
+                    path: 'layer-manage',
+                    component: pcToolLayerManage,
+                    meta: {
+                        title: '图层管理'
+                    }
                 }
                 ]
             }

--
Gitblit v1.9.3