Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
T
TF-MOM-WEB
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
TFMOM
TF-MOM-WEB
Commits
b605f218
Commit
b605f218
authored
Dec 26, 2023
by
jingnan
👀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
点击app只切换菜单,不做跳转
parent
a2b23331
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
index.vue
...architecture-dee/src/layout/components/TagsView/index.vue
+1
-1
apply-app.vue
.../dee-task-center/src/views/home/compontents/apply-app.vue
+6
-1
No files found.
applications/architecture-dee/src/layout/components/TagsView/index.vue
View file @
b605f218
...
...
@@ -21,7 +21,7 @@
v-show=
"!['系统管理','应用中心','安全中心','运维中心'].includes(activeModel.name)"
ref=
"homeLink"
class=
"home tags-view-item"
:to=
"
{ path: '/'
,query:{showMenu:false}
}"
:to=
"
{ path: '/'}"
tag="span"
>
<i
class=
"el-icon-s-home"
/>
...
...
applications/dee-task-center/src/views/home/compontents/apply-app.vue
View file @
b605f218
...
...
@@ -233,7 +233,12 @@ export default {
}
toPage
.
query
.
menuRootAppId
=
app
.
id
localStorage
.
setItem
(
'moduleName'
,
app
.
title
)
this
.
$router
.
push
(
toPage
)
// this.$router.push(toPage)
// 点击app只切换菜单,不做跳转
this
.
$store
.
dispatch
(
'menu/activeModel'
,
{
appId
:
app
.
id
,
pageInfo
:
toPage
})
this
.
$store
.
dispatch
(
'app/openSideBar'
,
{
withoutAnimation
:
false
})
},
getActiveTab
(
menus
)
{
...
...
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