refactor(components): 修改用户中心路由名称
- 将路由名称从 "个人中心" 修改为 "AppUserInfo" - 保持了代码的逻辑不变,仅更新了路由的名称
This commit is contained in:
@@ -78,7 +78,7 @@ export default {
|
||||
})
|
||||
break;
|
||||
case 'user':
|
||||
this.$router.push({name: "个人中心"})
|
||||
this.$router.push({name: "AppUserInfo"})
|
||||
break;
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user