diff --git a/src/router/index.ts b/src/router/index.ts index 9f676b0..7b2c611 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -4,15 +4,15 @@ import { createRouter, createWebHistory } from "@ionic/vue-router"; const routes: Array = [ { path: "/", - redirect: "/layout/home", + redirect: "/layout/riwa", }, { path: "/layout", component: () => import("@/components/layout/default.vue"), children: [ { - path: "home", - component: () => import("@/views/home/index.vue"), + path: "riwa", + component: () => import("@/views/riwa/index.vue"), }, { path: "market", diff --git a/src/views/home/index.vue b/src/views/riwa/index.vue similarity index 100% rename from src/views/home/index.vue rename to src/views/riwa/index.vue