fix: 静态路由菜单国际化/切换刷新
This commit is contained in:
@@ -121,6 +121,16 @@ export default {
|
||||
}
|
||||
},
|
||||
|
||||
// 静态路由
|
||||
router: {
|
||||
index: "Home",
|
||||
account: {
|
||||
index: "Personal Center",
|
||||
profile: "Personal Info",
|
||||
settings: "Personal Settings",
|
||||
},
|
||||
},
|
||||
|
||||
// 校验
|
||||
valid: {
|
||||
userNameReg: 'The account cannot start with a number and can contain uppercase and lowercase letters, numbers, and no less than 5 digits.',
|
||||
|
||||
@@ -121,6 +121,16 @@ export default {
|
||||
}
|
||||
},
|
||||
|
||||
// 静态路由
|
||||
router: {
|
||||
index: "Home",
|
||||
account: {
|
||||
index: "个人中心",
|
||||
profile: "个人信息",
|
||||
settings: "个人设置",
|
||||
},
|
||||
},
|
||||
|
||||
// 校验
|
||||
valid: {
|
||||
userNameReg: '账号不能以数字开头,可包含大写小写字母,数字,且不少于5位',
|
||||
|
||||
Reference in New Issue
Block a user