Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
polysoft-nafmii
/
polysoft-h5
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 3e699466
authored
May 19, 2021
by
fanx
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'dev' of
http://gitlab.polyhome.net/polysoft-nafmii/polysoft-h5
into dev
2 parents
43c8f373
563e9af2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/router/index.js
src/router/index.js
View file @
3e69946
...
@@ -47,7 +47,7 @@ const router = new VueRouter({
...
@@ -47,7 +47,7 @@ const router = new VueRouter({
router
.
beforeEach
((
to
,
from
,
next
)
=>
{
router
.
beforeEach
((
to
,
from
,
next
)
=>
{
const
{
menu
}
=
to
.
meta
||
{}
const
{
menu
}
=
to
.
meta
||
{}
menu
&&
NativeMenuApi
.
nativeMenuShow
()
||
NativeMenuApi
.
nativeMenuHide
()
menu
?
NativeMenuApi
.
nativeMenuShow
()
:
NativeMenuApi
.
nativeMenuHide
()
next
()
next
()
})
})
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment