Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
baas3-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
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
guxukai
baas3-fe
Commits
09447e7f
Commit
09447e7f
authored
Dec 28, 2021
by
guxukai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: 登录
parent
d7836336
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
index.ts
src/pages/system/router/index.ts
+5
-1
auth.ts
src/shared/store/modules/auth.ts
+1
-1
No files found.
src/pages/system/router/index.ts
View file @
09447e7f
...
@@ -26,7 +26,11 @@ const routes = [
...
@@ -26,7 +26,11 @@ const routes = [
component
:
()
=>
import
(
'@shared/layouts/default-layout.vue'
),
component
:
()
=>
import
(
'@shared/layouts/default-layout.vue'
),
children
:
[...
CROPPED_ROUTES
,
...
LOOKUP_ROUTES
],
children
:
[...
CROPPED_ROUTES
,
...
LOOKUP_ROUTES
],
},
},
...
FIXED_ROUTES
,
{
path
:
'/proxy'
,
name
:
'proxy'
,
component
:
()
=>
import
(
'@account/views/fixed/proxy/index.vue'
),
},
...
SYSTEM_ROUTES
,
...
SYSTEM_ROUTES
,
]
]
export
const
router
=
createRouter
({
export
const
router
=
createRouter
({
...
...
src/shared/store/modules/auth.ts
View file @
09447e7f
...
@@ -8,7 +8,7 @@ export const useAuth = defineStore('auth', {
...
@@ -8,7 +8,7 @@ export const useAuth = defineStore('auth', {
consoleList
:
[],
consoleList
:
[],
consoleInfo
:
{
consoleInfo
:
{
consoleObjectId
:
'0'
,
consoleObjectId
:
'0'
,
consoleName
:
'
个人
控制台'
,
consoleName
:
'
我的
控制台'
,
consoleTypeId
:
'0'
,
consoleTypeId
:
'0'
,
},
},
}),
}),
...
...
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