diff --git a/src/router/index.js b/src/router/index.js
index 4e726c3e9fb4f9573a8653a0008a77849b32fa93..05170ad265d4f787f381609da1b0c36b2d63734d 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -48,7 +48,7 @@ const routes = [
 
 
 const router = createRouter({
-  history: createWebHistory(import.meta.env.BASE_URL),
+  history: createWebHashHistory(import.meta.env.BASE_URL),
   routes
 })