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'
 import { useTeamStore } from '@/stores/team'
 
 
 const router = createRouter({
 const router = createRouter({
-  history: createWebHistory('/admin/'),
+  history: createWebHistory('/'),
   routes: [
   routes: [
     {
     {
       path: '/',
       path: '/',