二级菜单

This commit is contained in:
2023-05-30 14:04:57 +08:00
parent 9c741c940e
commit f55fecbbee
15 changed files with 193 additions and 98 deletions

View File

@@ -125,7 +125,7 @@ export default {
let obj = {}
obj = Object.assign({}, res)
this.$store.dispatch('userInfo', JSON.stringify(obj))
this.$router.push('/homehome')
this.$router.push('/index/home')
} catch (err) {
this.disabled = false
}