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,