登录页路由加语言设置

This commit is contained in:
X1627315083@163.com
2026-04-17 16:35:12 +08:00
parent 5fa049f73d
commit da64b57c1c
2 changed files with 16 additions and 2 deletions

View File

@@ -178,6 +178,12 @@ const routes: Array<RouteRecordRaw> = [
meta: { enter: "all" },
component: () => import("@/views/HomeRecommend.vue"),
},
{
path: "/Square/:lang",
name: "HomeRecommendLang",
meta: { enter: "all" },
component: () => import("@/views/HomeRecommend.vue"),
},
{
path: "/administrator",
name: "administrator",