shuishen
2022-02-09 7aae45224f5a9f2cfd1f87af5ddad50757041bd8
src/router/page/index.js
@@ -1,8 +1,8 @@
/*
 * @Author: Morpheus
 * @Date: 2021-04-30 14:12:09
 * @Last Modified by: Morpheus
 * @Last Modified time: 2022-01-05 14:04:28
 * @Last Modified by: mikey.zhaopeng
 * @Last Modified time: 2022-02-08 16:17:12
 */
import Vue from 'vue'
@@ -283,6 +283,13 @@
                            meta: {
                                title: '地图测距'
                            }
                        },
                        {
                            path: 'area',
                            component: resolve => require(['../../pcviews/tool/area.vue'], resolve),
                            meta: {
                                title: '地图测面'
                            }
                        }
                    ]
                }