hsy 2 月之前
父節點
當前提交
9663b44db7
共有 1 個文件被更改,包括 1 次插入1 次删除
  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) => {