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')),