Merge remote-tracking branch 'origin/StableVersion' into dev_vite

This commit is contained in:
X1627315083@163.com
2026-04-17 16:36:13 +08:00
2 changed files with 16 additions and 2 deletions

View File

@@ -252,6 +252,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",