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