Browse Source

feat: tijiao

tangning 2 năm trước cách đây
mục cha
commit
6d0d204d08
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      src/router/index.ts

+ 2 - 2
src/router/index.ts

@@ -1,7 +1,7 @@
-import { createRouter, createWebHistory, Router } from 'vue-router';
+import { createRouter, createWebHashHistory, Router } from 'vue-router';
 import routes from './routes';
 const router: Router = createRouter({
-  history: createWebHistory(),
+  history: createWebHashHistory(),
   routes: routes,
 });