Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
B
beiligong-web-base
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
范骋宇
beiligong-web-base
Commits
4b449d3f
Commit
4b449d3f
authored
Jun 10, 2026
by
范骋宇
🇺🇸
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
导航页设置路由
parent
32f29cc1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
7 deletions
+8
-7
index.js
applications/architecture-dee/src/router/index.js
+7
-7
index.vue
applications/architecture-dee/src/views/login/index.vue
+1
-0
No files found.
applications/architecture-dee/src/router/index.js
View file @
4b449d3f
...
@@ -144,13 +144,13 @@ export const constantRoutes = [
...
@@ -144,13 +144,13 @@ export const constantRoutes = [
// component: () => import('@/views/general/page/index.vue'),
// component: () => import('@/views/general/page/index.vue'),
// hidden: true
// hidden: true
// },
// },
//
{
{
// path: '/
',
path
:
'/systemPage
'
,
//
name: 'navigation',
name
:
'navigation'
,
//
meta: { disnav: true },
meta
:
{
disnav
:
true
},
//
component: () => import('@/views/navigation/index'),
component
:
()
=>
import
(
'@/views/navigation/index'
),
//
hidden: true
hidden
:
true
//
},
},
{
{
path
:
'/'
,
path
:
'/'
,
meta
:
{
disnav
:
true
},
meta
:
{
disnav
:
true
},
...
...
applications/architecture-dee/src/views/login/index.vue
View file @
4b449d3f
...
@@ -206,6 +206,7 @@ export default {
...
@@ -206,6 +206,7 @@ export default {
// this.$router.push({ path: this.redirect || '/' })
// this.$router.push({ path: this.redirect || '/' })
// this.$router.push({ path: '/' })
// this.$router.push({ path: '/' })
await
this
.
$store
.
dispatch
(
'menu/getMenus'
)
await
this
.
$store
.
dispatch
(
'menu/getMenus'
)
await
this
.
$store
.
dispatch
(
'menu/setWorkSpacesList'
)
this
.
getMenusPerm
()
this
.
getMenusPerm
()
}
}
})
})
...
...
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