hookehuyr

新增地图工具

......@@ -18,13 +18,13 @@ declare module '@vue/runtime-core' {
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
SvgIcon: typeof import('./src/components/Floor/svgIcon.vue')['default']
VanButton: typeof import('vant/es')['Button']
VanCol: typeof import('vant/es')['Col']
VanDialog: typeof import('vant/es')['Dialog']
VanField: typeof import('vant/es')['Field']
VanIcon: typeof import('vant/es')['Icon']
VanImage: typeof import('vant/es')['Image']
VanOverlay: typeof import('vant/es')['Overlay']
VanPopover: typeof import('vant/es')['Popover']
VanPopup: typeof import('vant/es')['Popup']
VanRow: typeof import('vant/es')['Row']
VRViewer: typeof import('./src/components/VRViewer/index.vue')['default']
......
/*
* @Date: 2023-05-29 11:10:19
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2023-12-29 16:44:30
* @LastEditTime: 2024-03-21 17:19:14
* @FilePath: /map-demo/src/route.js
* @Description: 文件描述
*/
......@@ -34,4 +34,11 @@ export default [
title: '活动地图',
},
},
{
path: '/tools',
component: () => import('@/views/tools.vue'),
meta: {
title: '工具地图',
},
},
];
......
This diff is collapsed. Click to expand it.