Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
谷振兴
ioc_app_demo
Commits
cc60ba31
Commit
cc60ba31
authored
4 years ago
by
谷振兴
🇨🇳
Browse files
Options
Download
Email Patches
Plain Diff
update
parent
9613f258
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
src/components/navMenu.vue
src/components/navMenu.vue
+0
-2
No files found.
src/components/navMenu.vue
View file @
cc60ba31
...
...
@@ -78,7 +78,6 @@ export default {
})
},
menuClick
(
item
)
{
console
.
log
(
item
)
sessionStorage
.
setItem
(
'
menuId
'
,
item
.
menuId
)
this
.
findSystemMenuButtonByLoginMenuId
(
item
.
menuId
)
...
...
@@ -104,7 +103,6 @@ export default {
}).
then
(
data
=>
{
if
(
data
.
code
===
200
)
{
console
.
log
(
data
.
data
)
this
.
firstload
=
false
this
.
menuList
=
data
.
data
if
(
sessionStorage
.
getItem
(
'
menuId
'
))
{
...
...
This diff is collapsed.
Click to expand it.
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