Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
JSH ERP
Commits
887d3e83
Commit
887d3e83
authored
Sep 03, 2021
by
季圣华
Browse files
优化菜单搜索框
parent
3a2da03a
Changes
1
Hide whitespace changes
Inline
Side-by-side
jshERP-web/src/components/tools/UserMenu.vue
View file @
887d3e83
...
@@ -188,11 +188,7 @@
...
@@ -188,11 +188,7 @@
// update_begin author:sunjianlei date:20191230 for: 解决外部链接打开失败的问题
// update_begin author:sunjianlei date:20191230 for: 解决外部链接打开失败的问题
searchMethods
(
value
)
{
searchMethods
(
value
)
{
let
route
=
this
.
searchMenuOptions
.
filter
(
item
=>
item
.
id
===
value
)[
0
]
let
route
=
this
.
searchMenuOptions
.
filter
(
item
=>
item
.
id
===
value
)[
0
]
if
(
route
.
component
.
includes
(
'
layouts/IframePageView
'
))
{
this
.
$router
.
push
({
path
:
route
.
url
})
window
.
open
(
route
.
url
,
'
_blank
'
)
}
else
{
this
.
$router
.
push
({
path
:
route
.
url
})
}
this
.
searchMenuVisible
=
false
this
.
searchMenuVisible
=
false
},
},
// update_end author:sunjianlei date:20191230 for: 解决外部链接打开失败的问题
// update_end author:sunjianlei date:20191230 for: 解决外部链接打开失败的问题
...
...
Write
Preview
Supports
Markdown
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