diff --git a/src/routers/index.js b/src/routers/index.js index 262b209..141095c 100644 --- a/src/routers/index.js +++ b/src/routers/index.js @@ -1,4 +1,4 @@ -import { createRouter, createWebHistory } from 'vue-router'; +import { createRouter, createWebHashHistory } from 'vue-router'; // θΏ˜ζœ‰ createWebHashHistory ε’Œ createMemoryHistory export const routes = [ @@ -8,7 +8,7 @@ export const routes = [ ]; const router = createRouter({ - history: createWebHistory(), + history: createWebHashHistory(), routes: [ { path: '/',