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.',
|
||||
|
||||
Reference in New Issue
Block a user