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
77591904
Commit
77591904
authored
Dec 25, 2023
by
jingnan
👀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
进入APP默认显示菜单
parent
d7f38f49
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
2 deletions
+3
-2
Navbar.vue
...cations/architecture-dee/src/layout/components/Navbar.vue
+1
-0
index.vue
...architecture-dee/src/layout/components/TagsView/index.vue
+1
-1
http.js
applications/architecture-dee/src/utils/http.js
+0
-1
apply-app.vue
.../dee-task-center/src/views/home/compontents/apply-app.vue
+1
-0
No files found.
applications/architecture-dee/src/layout/components/Navbar.vue
View file @
77591904
...
...
@@ -210,6 +210,7 @@ export default {
},
goHome
()
{
this
.
$router
.
push
(
`/`
)
this
.
$store
.
dispatch
(
'app/closeSideBar'
,
{
withoutAnimation
:
false
})
},
back
()
{
this
.
$router
.
push
(
'/navigation'
)
...
...
applications/architecture-dee/src/layout/components/TagsView/index.vue
View file @
77591904
...
...
@@ -21,7 +21,7 @@
v-show=
"!['系统管理','应用中心','安全中心','运维中心'].includes(activeModel.name)"
ref=
"homeLink"
class=
"home tags-view-item"
:to=
"
{ path: '/'}"
:to=
"
{ path: '/'
,query:{showMenu:false}
}"
tag="span"
>
<i
class=
"el-icon-s-home"
/>
...
...
applications/architecture-dee/src/utils/http.js
View file @
77591904
...
...
@@ -39,7 +39,6 @@ axios.interceptors.request.use(
return
config
.
url
.
includes
(
el
)
})
if
(
!
disLoading
)
{
console
.
log
(
12121
)
loadingInstance
=
Loading
.
service
({
fullscreen
:
true
,
background
:
'rgba(0, 0, 0, 0.0)'
...
...
applications/dee-task-center/src/views/home/compontents/apply-app.vue
View file @
77591904
...
...
@@ -234,6 +234,7 @@ export default {
toPage
.
query
.
menuRootAppId
=
app
.
id
localStorage
.
setItem
(
'moduleName'
,
app
.
title
)
this
.
$router
.
push
(
toPage
)
this
.
$store
.
dispatch
(
'app/openSideBar'
,
{
withoutAnimation
:
false
})
},
getActiveTab
(
menus
)
{
for
(
let
i
=
0
;
i
<
menus
.
length
;
i
++
)
{
...
...
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