Commit cc60ba31 authored by 谷振兴's avatar 谷振兴 🇨🇳
Browse files

update

parent 9613f258
......@@ -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')) {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment