hsy 2 months ago
parent
commit
9663b44db7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/router/index.ts

+ 1 - 1
src/router/index.ts

@@ -25,7 +25,7 @@ Object.keys(modules).forEach((key) => {
 console.log(routes);
 
 const router = createRouter({
-  history: createWebHashHistory(),
+  history: createWebHistory(),
   routes,
   scrollBehavior(to, from, savedPosition) {
     return new Promise((resolve) => {