This commit is contained in:
fengchuanhn@gmail.com
2026-05-17 21:13:45 +08:00
parent c18176ba60
commit 9dfeaa9e18
10 changed files with 695 additions and 17 deletions

View File

@@ -116,6 +116,18 @@ const mainChildren = [
},
{
path: "local-config",
name: "local-config",
component: () => import("../views/LocalConfigView.vue"),
meta: { title: "本地配置" },
},
{
path: "admin",