husq
2023-09-14 4e04700100f90776f4889a3c8af6ffde153a7f9e
src/router/index.ts
@@ -9,14 +9,14 @@
const routes: Array<RouteRecordRaw> = [
  {
    path: '/',
    redirect: '/' + ERouterName.PROJECT_LIST
    redirect: '/' + ERouterName.LOGIN
  },
  // // 首页 登陆页面
  // {
  //   path: '/' + ERouterName.LOGIN,
  //   name: ERouterName.LOGIN,
  //   component: () => import('/@/pages/page-web/index.vue')
  // },
  {
    path: '/' + ERouterName.LOGIN,
    name: ERouterName.LOGIN,
    component: () => import('/@/pages/page-web/index.vue')
  },
  // members, devices
  {
    path: '/' + ERouterName.HOME,