吉安感知网项目-前端
罗广辉
2026-02-09 94ad7022d69f6234f5f283c78708bcff6ceba4ac
applications/task-work-order/src/router/page/index.js
@@ -12,6 +12,16 @@
      },
   },
   {
      path: '/logInByUser',
      name: '按用户登录',
      component: () => import('@/page/login/loginByUser.vue'),
      meta: {
         keepAlive: false,
         isTab: false,
         isAuth: false,
      },
   },
   {
      path: '/oauth/redirect/:source',
      name: '第三方登录',
      component: () => (Store.getters.isMacOs ? import('@/mac/login.vue') : import('@/page/login/index.vue')),