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-02-10 16:21:57 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
3b79f915539e85169d1a905daa151e6fb1fa66aa
3b79f915
1 parent
ddff528d
fix
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
src/route.js
src/views/xyx/index.vue → src/views/xys/index.vue
src/route.js
View file @
3b79f91
/*
* @Date: 2023-05-29 11:10:19
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2025-02-10 16:
04:07
* @LastEditTime: 2025-02-10 16:
19:29
* @FilePath: /map-demo/src/route.js
* @Description: 文件描述
*/
...
...
@@ -85,8 +85,8 @@ export default [
},
},
{
path
:
'/xy
x
'
,
component
:
()
=>
import
(
'@/views/xy
x
/index.vue'
),
path
:
'/xy
s
'
,
component
:
()
=>
import
(
'@/views/xy
s
/index.vue'
),
meta
:
{
title
:
'首页'
,
},
...
...
src/views/xy
x
/index.vue
→
src/views/xy
s
/index.vue
View file @
3b79f91
File moved
Please
register
or
login
to post a comment