Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
王刘锁
/
jianlin-tms-view
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
ee6d392e
authored
Sep 19, 2022
by
郑艺斌
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
fix: 修复无请求状态跳转地址
parent
a4bb2538
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
src/router/index.js
src/store/modules/common.js
src/router/index.js
View file @
ee6d392e
...
@@ -36,7 +36,7 @@ const mainRoutes = {
...
@@ -36,7 +36,7 @@ const mainRoutes = {
path
:
"/"
,
path
:
"/"
,
component
:
_import
(
"main"
),
component
:
_import
(
"main"
),
name
:
"main"
,
name
:
"main"
,
redirect
:
{
name
:
"
home
"
},
redirect
:
{
name
:
"
404
"
},
meta
:
{
title
:
"整体布局"
},
meta
:
{
title
:
"整体布局"
},
children
:
[
children
:
[
{
{
...
...
src/store/modules/common.js
View file @
ee6d392e
...
@@ -18,7 +18,7 @@ export default {
...
@@ -18,7 +18,7 @@ export default {
// 主入口标签页
// 主入口标签页
// mainTabs: [{ name: "home", title: "首页", fullPath: "/home" }],
// mainTabs: [{ name: "home", title: "首页", fullPath: "/home" }],
mainTabs
:
[],
mainTabs
:
[],
mainTabsActiveName
:
"home"
,
//
mainTabsActiveName: "home",
// 当前选中的top menu的index
// 当前选中的top menu的index
topMenuActiveIndex
:
"0"
,
topMenuActiveIndex
:
"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