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