新增:菜单组件增加国际化语言支持;

This commit is contained in:
iczer
2020-06-23 14:22:11 +08:00
parent 68249a0458
commit b16b5893c8
17 changed files with 267 additions and 165 deletions

View File

@@ -109,7 +109,7 @@ export default {
if (result.code >= 0) {
const user = result.data.user
this.$router.push('/dashboard/workplace')
this.$store.commit('account/setuser', user)
this.$store.commit('account/setUser', user)
this.$message.success(result.message, 3)
} else {
this.error = result.message