Compare commits

..

No commits in common. "2b187418e5df7f733bf1e9f842d62c69d7a87cd7" and "86de361ff86da1aa05398f7f836d4b73c7ddbd24" have entirely different histories.

2 changed files with 2 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

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