diff --git a/src/router/index.ts b/src/router/index.ts index 537b16d..820578d 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -259,7 +259,7 @@ const routes: Array = [ { path: "/MicroExhibition", name: "MicroExhibition", - component: () => import("../views/MicroExhibition/index.vue"), + component: () => import("../views/MicroExhibition/indexOld.vue"), }, { path: "/MicroExhibition/:id", @@ -269,6 +269,11 @@ const routes: Array = [ ] }, + { + path: "/CismaExhibition", + name: "CismaExhibition", + component: () => import("../views/MicroExhibition/indexOld.vue"), + }, { path: "/MicroExhibitionTable", name: "MicroExhibitionTable", diff --git a/src/views/Elevator/index.vue b/src/views/Elevator/index.vue index 8b40a28..f209980 100644 --- a/src/views/Elevator/index.vue +++ b/src/views/Elevator/index.vue @@ -47,83 +47,93 @@ @@ -373,4 +409,5 @@ onUnmounted(() => { .right .r-box { width: 482px; height: 328px; -} +} +