Compare commits

..

2 Commits

Author SHA1 Message Date
qiuyuan
9e1d8dfa37 Merge branch 'main' of https://gitlab.guxuan.icu/Leo_Ding/GPU_Web 2026-01-04 09:32:41 +08:00
qiuyuan
124a259bce 1 2026-01-04 09:32:39 +08:00

View File

@ -191,6 +191,12 @@ const routes: RouteRecordRaw[] = [
component: () =>
import("@/views/admin/account/realnameAuth/index.vue"),
},
{
path: "realnameAuthTrue",
name: "realnameAuthTrue",
component: () =>
import("@/views/admin/account/realnameAuthTrue/index.vue"),
},
{
path: "enterRealAuth",
name: "EnterRealAuth",