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-09-20 18:20:41 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
552ccf031e259a82f60c8bd66e4e923ba143bea5
552ccf03
1 parent
b75b8777
fix 细节调整
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
src/route.js
src/views/bieyuan/info.vue
src/route.js
View file @
552ccf0
/*
* @Date: 2023-05-29 11:10:19
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-09-20 17:
29:12
* @LastEditTime: 2024-09-20 17:
54:57
* @FilePath: /map-demo/src/route.js
* @Description: 文件描述
*/
...
...
@@ -64,7 +64,7 @@ export default [
},
{
path
:
'/bieyuan/info'
,
component
:
()
=>
import
(
'@/views/bieyuan/info
_w
.vue'
),
component
:
()
=>
import
(
'@/views/bieyuan/info.vue'
),
meta
:
{
title
:
'详情页'
,
},
...
...
src/views/bieyuan/info.vue
View file @
552ccf0
This diff is collapsed. Click to expand it.
Please
register
or
login
to post a comment