mirror of
https://github.com/certd/certd.git
synced 2026-05-15 20:47:31 +08:00
perf: 优化中英文翻译与切换
This commit is contained in:
@@ -10,21 +10,21 @@ export const outsideResource = [
|
||||
children: [
|
||||
{
|
||||
meta: {
|
||||
title: "登录"
|
||||
title: "登录",
|
||||
},
|
||||
name: "login",
|
||||
path: "/login",
|
||||
component: "/framework/login/index.vue"
|
||||
component: "/framework/login/index.vue",
|
||||
},
|
||||
{
|
||||
meta: {
|
||||
title: "注册"
|
||||
title: "注册",
|
||||
},
|
||||
name: "register",
|
||||
path: "/register",
|
||||
component: "/framework/register/index.vue"
|
||||
}
|
||||
]
|
||||
component: "/framework/register/index.vue",
|
||||
},
|
||||
],
|
||||
},
|
||||
...errorPage
|
||||
...errorPage,
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user