forked from github/dataease
fix: 修复跳转后菜单不打开
This commit is contained in:
parent
409e5a1e82
commit
eb6b190d4f
@ -44,6 +44,7 @@ export default {
|
|||||||
})
|
})
|
||||||
},
|
},
|
||||||
created() {
|
created() {
|
||||||
|
this.$store.dispatch('app/toggleSideBarHide', false)
|
||||||
const routerParam = this.$router.currentRoute.params
|
const routerParam = this.$router.currentRoute.params
|
||||||
routerParam && this.$nextTick(() => {
|
routerParam && this.$nextTick(() => {
|
||||||
this.toMsgShare(routerParam)
|
this.toMsgShare(routerParam)
|
||||||
|
Loading…
Reference in New Issue
Block a user