fix: 修复跳转后菜单不打开

This commit is contained in:
fit2cloud-chenyw 2021-07-22 18:34:27 +08:00
parent deaf1aa3a9
commit c7c1ac02e8

View File

@ -44,6 +44,7 @@ export default {
})
},
created() {
this.$store.dispatch('app/toggleSideBarHide', false)
const routerParam = this.$router.currentRoute.params
routerParam && this.$nextTick(() => {
this.toMsgShare(routerParam)