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
2025-01-26 10:05:16 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
a238d6ff31a0e99893f029e254cfca22172fa95c
a238d6ff
1 parent
326d6f7d
把别院的详情做搬出来作为通用的详情页-Bob需求
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletions
src/route.js
src/views/info.vue
src/route.js
View file @
a238d6f
/*
* @Date: 2023-05-29 11:10:19
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2025-01-2
3 16:22:10
* @LastEditTime: 2025-01-2
6 09:55:58
* @FilePath: /map-demo/src/route.js
* @Description: 文件描述
*/
...
...
@@ -70,6 +70,13 @@ export default [
},
},
{
path
:
'/info'
,
component
:
()
=>
import
(
'@/views/info.vue'
),
meta
:
{
title
:
'详情页'
,
},
},
{
path
:
'/map_cutter'
,
name
:
'瓦片切图工具'
,
component
:
()
=>
import
(
'@/views/mapCutter.vue'
),
...
...
src/views/info.vue
0 → 100644
View file @
a238d6f
This diff is collapsed. Click to expand it.
Please
register
or
login
to post a comment