This commit is contained in:
hzz 2023-12-13 16:16:30 +08:00
parent f70d0509b8
commit 179580ae87

View File

@ -68,11 +68,10 @@ const routes: Array<RouteRecordRaw> = [
}, },
{ {
path: "/Offsite", path: "/Offsite",
name: "Offsite",
children: [ children: [
{ {
path: "/Offsite/", path: "/Offsite",
name: "offSiteIndex", name: "Offsite",
component: () => import("../views/Offsite/index.vue"), component: () => import("../views/Offsite/index.vue"),
}, },
{ {