吉安感知网项目-前端
shuishen
2026-02-09 16d8a750912429de361d851d58b915650b98e5e4
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')),