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: '/',