Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
tswj
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
2022-05-06 19:03:10 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
68c567e72d76bcf786699a444cdd24c9dcb2a841
68c567e7
1 parent
a8c91a9f
fix
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
src/route.js
tsconfig.json
src/route.js
View file @
68c567e
...
...
@@ -102,10 +102,10 @@ export default [{
children
:
[]
},
{
path
:
'/me/index'
,
name
:
'我的'
,
name
:
'我的
信息
'
,
component
:
()
=>
import
(
'./views/me/index.vue'
),
meta
:
{
title
:
'我的'
title
:
'我的
信息
'
},
children
:
[]
},
{
...
...
tsconfig.json
View file @
68c567e
...
...
@@ -34,7 +34,7 @@
"src/**/*.vue"
,
"tests/**/*.ts"
,
"tests/**/*.tsx"
,
"src/store/index.
t
s"
,
"src/composables/useVideoList.js"
],
,
"src/store/index.
j
s"
,
"src/composables/useVideoList.js"
],
"exclude"
:
[
"node_modules"
]
...
...
Please
register
or
login
to post a comment