截止‘运力管理’模块

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

@@ -101,7 +101,8 @@ const user = {
//根据单点信息登录
LoginBySso({ commit }, userInfo) {
return new Promise((resolve, reject) => {
loginBySso(userInfo.state, userInfo.code)
const tenantId = userInfo.tenantId || userInfo.state;
loginBySso(tenantId, userInfo.state, userInfo.code)
.then(res => {
const data = res.data;
if (data.error_description) {