fix: 首次访问获取客户端默认语言/静态路由title
This commit is contained in:
@@ -124,6 +124,10 @@ export default {
|
||||
// 静态路由
|
||||
router: {
|
||||
index: "Home",
|
||||
login: "Sign In",
|
||||
register: 'Registrations',
|
||||
page403: 'No Access',
|
||||
page404: 'Match Page Not Found',
|
||||
account: {
|
||||
index: "Personal Center",
|
||||
profile: "Personal Info",
|
||||
|
||||
Reference in New Issue
Block a user