perf: 优化中英文翻译与切换

This commit is contained in:
xiaojunnuo
2025-06-28 23:57:01 +08:00
parent 082f47663d
commit acaa8b1731
43 changed files with 4121 additions and 4175 deletions
@@ -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,
];