@@ -23,5 +60,13 @@ watch(() => pageStore.page.id, async () => {
{{ p }}
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/front/src/main.ts b/front/src/main.ts
index 65c4ee3..dbf60d8 100644
--- a/front/src/main.ts
+++ b/front/src/main.ts
@@ -10,7 +10,7 @@ import Gallery from './components/Gallery/index.vue'
import Promo from './components/Promo/index.vue'
const routes = [
- { path: '/', component: Gallery, name: 'home_no' },
+ { path: '/', component: Main, name: 'home_no' },
{ path: '/:item', component: Main, name: 'main' },
{ path: '/:item/gallery', component: Gallery, name: 'gallery' },
{ path: '/:item/:target', component: Promo, name: 'scene' },