xiongzhu 3 місяців тому
батько
коміт
1ca91045c1
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      src/router/index.js

+ 1 - 1
src/router/index.js

@@ -6,7 +6,7 @@ import { useUserStore } from '@/stores/user'
 import { useTeamStore } from '@/stores/team'
 
 const router = createRouter({
-  history: createWebHistory('/admin/'),
+  history: createWebHistory('/'),
   routes: [
     {
       path: '/',