吉安感知网项目-前端
shuishen
2026-02-12 3ec8d3625e6fb7614e2ec4bb02ed99a3cdf4cdb7
applications/drone-command/src/router/page/index.js
@@ -12,6 +12,16 @@
      isAuth: false,
    },
  },
   {
      path: '/logInByUser',
      name: '按用户登录',
      component: () => import('@/page/login/loginByUser.vue'),
      meta: {
         keepAlive: false,
         isTab: false,
         isAuth: false,
      },
   },
  {
    path: '/oauth/redirect/:source',
    name: '第三方登录',