This commit is contained in:
qiuyuan 2026-01-04 09:32:39 +08:00
parent 4247e292c5
commit 124a259bce

View File

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