shuishen
2022-02-15 9f1a8ac7b6743de4a222ebda9bb914c3624810d8
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: '图层管理'
                    }
                }
                ]
            }