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",
name: "Offsite",
children: [
{
path: "/Offsite/",
name: "offSiteIndex",
path: "/Offsite",
name: "Offsite",
component: () => import("../views/Offsite/index.vue"),
},
{