Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
P
poc-fe
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
poc
poc-fe
Commits
06ba4810
Commit
06ba4810
authored
Nov 07, 2024
by
nick zheng
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'beta' into 'master'
chore: 个人空间路由命名更换 See merge request
!43
parents
7ab11762
0243138d
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
12 deletions
+13
-12
personal-space.ts
src/router/modules/personal-space.ts
+13
-12
No files found.
src/router/modules/personal-space.ts
View file @
06ba4810
import
{
type
RouteRecordRaw
}
from
'vue-router'
import
Layout
from
'@/layout/index.vue'
export
default
[
{
path
:
'/personal-space'
,
name
:
'PersonalSpace'
,
path
:
'/personal-space
-layout
'
,
name
:
'PersonalSpace
-Layout
'
,
meta
:
{
rank
:
1001
,
title
:
'router_title_module.personal'
,
icon
:
'mingcute:user-2-line'
,
belong
:
'personal-space'
,
},
component
:
()
=>
import
(
'@/layout/index.vue'
)
,
redirect
:
'/personal
SpaceLayout
'
,
component
:
Layout
,
redirect
:
'/personal
-space
'
,
children
:
[
{
path
:
'/personal
SpaceLayout
'
,
name
:
'PersonalSpace
Layout
'
,
path
:
'/personal
-space
'
,
name
:
'PersonalSpace'
,
meta
:
{
rank
:
1001
,
title
:
'router_title_module.personal'
,
belong
:
'PersonalSpace'
,
},
component
:
()
=>
import
(
'@/views/personal-space/personal-space.vue'
),
redirect
:
'/personal
S
pace/app'
,
redirect
:
'/personal
-s
pace/app'
,
children
:
[
{
path
:
'
/personalSpace/
app'
,
path
:
'app'
,
name
:
'PersonalSpaceApp'
,
meta
:
{
rank
:
1001
,
...
...
@@ -35,7 +36,7 @@ export default [
component
:
()
=>
import
(
'@/views/personal-space/personal-app/personal-app.vue'
),
},
{
path
:
'
/personalSpace/
knowledge'
,
path
:
'knowledge'
,
name
:
'PersonalSpaceKnowledge'
,
meta
:
{
rank
:
1001
,
...
...
@@ -48,7 +49,7 @@ export default [
},
{
path
:
'/
personalSpace/
knowledge/document/:id'
,
path
:
'/knowledge/document/:id'
,
name
:
'KnowledgeDocument'
,
meta
:
{
rank
:
1001
,
...
...
@@ -59,7 +60,7 @@ export default [
},
{
path
:
'/
personalSpace/
knowledge/document/detail/:id/:kdId'
,
path
:
'/knowledge/document/detail/:id/:kdId'
,
name
:
'KnowledgeDocumentDetail'
,
meta
:
{
rank
:
1001
,
...
...
@@ -70,7 +71,7 @@ export default [
},
{
path
:
'/
personalSpace/
knowledge/upload/:id/:type?'
,
path
:
'/knowledge/upload/:id/:type?'
,
name
:
'UploadKnowledge'
,
meta
:
{
rank
:
1001
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment