This commit is contained in:
zoujiandong 2025-06-17 16:01:31 +08:00
parent 86de361ff8
commit 632cec0873
2 changed files with 3 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -99,7 +99,8 @@ export const request = (url, data = {}, method = 'post', loading = false, conten
const res = await api.h5Login({
token: video_token
});
let result = res.data;
let result = res.data.data;
consoe.log(result);
if (window.location.href.indexOf('//casedata.igandan.com')>-1) {
uni.setStorageSync("AUTH_TOKEN_CASEDATA",result.token);
} else {