xiongzhu 3 месяцев назад
Родитель
Сommit
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: '/',