Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
xysBooking
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-01-30 18:09:07 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
e66cac4fbc5aadca024d34c8f16d715872155678
e66cac4f
1 parent
0280b94c
fix
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
8 deletions
src/route.js
src/route.js
View file @
e66cac4
/*
* @Date: 2023-06-13 13:26:46
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-01-
29 14:53:27
* @LastEditTime: 2024-01-
30 18:08:59
* @FilePath: /xysBooking/src/route.js
* @Description: 路由列表
*/
...
...
@@ -118,11 +118,4 @@ export default [
title
:
'我的'
,
},
},
{
path
:
'/p_test'
,
component
:
()
=>
import
(
'@/views/p_test.vue'
),
meta
:
{
title
:
'p_test'
,
},
},
];
...
...
Please
register
or
login
to post a comment