关闭确认静态页面完成

This commit is contained in:
2026-08-25 10:38:50 +08:00
parent 473062741a
commit 0dd1fb7a62
7 changed files with 230 additions and 2 deletions
+1
View File
@@ -23,6 +23,7 @@ export const views: Record<LastLevelRouteKey, RouteComponent | (() => Promise<Ro
changestatistics: () => import("@/views/changeStatistics/index.vue"),
docs_archives: () => import("@/views/docs/archives/index.vue"),
docs_query: () => import("@/views/docs/query/index.vue"),
home_closeconfirm: () => import("@/views/home/closeConfirm/index.vue"),
home_datachangecenter: () => import("@/views/home/dataChangeCenter/index.vue"),
home_effect: () => import("@/views/home/effect/index.vue"),
home_highrisk: () => import("@/views/home/highRisk/index.vue"),