husq
2023-09-13 8b2796fffef8d0436639b997b662a8b5790404e5
src/router/index.ts
@@ -9,14 +9,14 @@
const routes: Array<RouteRecordRaw> = [
  {
    path: '/',
    redirect: '/' + ERouterName.LOGIN
    redirect: '/' + ERouterName.MEMBERS
  },
  // 首页 登陆页面
  {
    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,