Commit 7330e1bc authored by 黎博's avatar 黎博

修复刷新菜单栏激活问题

parent c332b908
...@@ -73,6 +73,7 @@ export default { ...@@ -73,6 +73,7 @@ export default {
}, },
created() { created() {
this.getNav() this.getNav()
this.activePath = window.sessionStorage.getItem('activePath')
} }
} }
</script> </script>
...@@ -90,7 +91,7 @@ export default { ...@@ -90,7 +91,7 @@ export default {
} }
> span { > span {
font-size: 22px; font-size: 22px;
color: #3F9EFF; color: #3f9eff;
margin-left: 15px; margin-left: 15px;
} }
} }
......
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