YM
2024-05-15 1d5d7f10cd90e7b1212a58234ef271584f0035c9
src/router/index.ts
@@ -4,12 +4,8 @@
const Login = () => import('@/views/login.vue')
const router = createRouter({
  history: createWebHistory(import.meta.env.BASE_URL),
  history: createWebHashHistory(import.meta.env.BASE_URL),
  routes: [
    {
      path: '/',
      redirect: 'home'
    },
    {
      path: '/login',
      name: 'login',