Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
so-manage-ui
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
smart-operation
so-manage-ui
Commits
79c3a4a1
Commit
79c3a4a1
authored
Oct 25, 2022
by
张俊
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
资源图标替换
parent
c109b9ce
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
1 deletion
+1
-1
public/favicon.ico
public/favicon.ico
+0
-0
src/assets/imgs/home_ic_user.png
src/assets/imgs/home_ic_user.png
+0
-0
src/components/bg-menu.vue
src/components/bg-menu.vue
+1
-1
No files found.
public/favicon.ico
View replaced file @
c109b9ce
View file @
79c3a4a1
569 Bytes
|
W:
|
H:
4.19 KB
|
W:
|
H:
2-up
Swipe
Onion skin
src/assets/imgs/home_ic_user.png
View replaced file @
c109b9ce
View file @
79c3a4a1
3.95 KB
|
W:
|
H:
5.5 KB
|
W:
|
H:
2-up
Swipe
Onion skin
src/components/bg-menu.vue
View file @
79c3a4a1
...
...
@@ -243,7 +243,7 @@ export default {
window
.
open
(
path
,
'
_blank
'
)
}
else
{
//判断是否是同区域内跳转
//非同区域跳转需要改前缀,如apaas/
ui跳转到apaas/manager
//非同区域跳转需要改前缀,如apaas/
portal/ui跳转到apaas/manage/ui
if
(
this
.
$store
.
state
.
menuObj
[
this
.
path
]
&&
parent
.
menuType
==
this
.
$store
.
state
.
menuObj
[
this
.
path
].
menuType
){
this
.
$router
.
push
(
path
);
}
else
{
...
...
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