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
126deca1
Commit
126deca1
authored
Sep 23, 2023
by
jingnan
👀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
合并产品产品6762节点代码【f67d7680】
parent
657c9e4c
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
+4
-3
lifecycleHooks.js
applications/architecture-dee/src/lifecycleHooks.js
+3
-0
StartPage.vue
...tecture-dee/src/views/navigation/components/StartPage.vue
+0
-2
index.vue
applications/dee-task-center/src/views/myTask/index.vue
+1
-1
No files found.
applications/architecture-dee/src/lifecycleHooks.js
View file @
126deca1
...
...
@@ -35,6 +35,9 @@ router.beforeEach(async(to, from, next) => {
//
}
}
if
(
to
.
query
.
showMenu
===
'false'
||
to
.
query
.
showMenu
===
false
)
{
store
.
dispatch
(
'app/closeSideBar'
,
{
withoutAnimation
:
false
})
}
if
(
!
hasToken
)
{
if
(
whiteList
.
indexOf
(
to
.
path
)
!==
-
1
)
{
// in the free login whitelist, go directly
...
...
applications/architecture-dee/src/views/navigation/components/StartPage.vue
View file @
126deca1
...
...
@@ -255,7 +255,6 @@ export default {
path
:
'/dee-task-center/workflow/task-center/home'
}
})
this
.
$store
.
dispatch
(
'app/toggleSideBar'
)
}
if
(
module
.
route
===
'dee-message/message/home'
)
{
this
.
$store
.
dispatch
(
'menu/activeModel'
,
{
...
...
@@ -264,7 +263,6 @@ export default {
path
:
'/dee-message/message/home'
}
})
this
.
$store
.
dispatch
(
'app/toggleSideBar'
)
}
},
goContent
(
app
)
{
...
...
applications/dee-task-center/src/views/myTask/index.vue
View file @
126deca1
...
...
@@ -97,7 +97,7 @@ export default {
path
:
'/dee-task-center/workflow/task-center/home'
}
})
this
.
$store
.
dispatch
(
'app/toggleSideBar'
)
//
this.$store.dispatch('app/toggleSideBar')
}
}
}
...
...
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