截止‘运力管理’模块

This commit is contained in:
2026-07-20 11:26:51 +08:00
parent e66b4a3680
commit c6dffb5d97
98 changed files with 19429 additions and 176 deletions

View File

@@ -23,6 +23,16 @@ export default [
isAuth: false,
},
},
{
path: '/callback',
name: 'IAM统一身份认证回调',
component: () => import('@/page/login/callback.vue'),
meta: {
keepAlive: true,
isTab: false,
isAuth: false,
},
},
{
path: '/lock',
name: '锁屏页',