Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
map-demo
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2024-03-21 17:39:55 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
13ef655993b47d8691b1f3fbfba44044f615bec2
13ef6559
1 parent
d11040b0
新增地图工具
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
2 deletions
components.d.ts
src/route.js
src/views/tools.vue
components.d.ts
View file @
13ef655
...
...
@@ -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'
]
...
...
src/route.js
View file @
13ef655
/*
* @Date: 2023-05-29 11:10:19
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 202
3-12-29 16:44:30
* @LastEditTime: 202
4-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
:
'工具地图'
,
},
},
];
...
...
src/views/tools.vue
0 → 100644
View file @
13ef655
This diff is collapsed. Click to expand it.
Please
register
or
login
to post a comment