Compare commits
No commits in common. "2b187418e5df7f733bf1e9f842d62c69d7a87cd7" and "86de361ff86da1aa05398f7f836d4b73c7ddbd24" have entirely different histories.
2b187418e5
...
86de361ff8
File diff suppressed because one or more lines are too long
@ -99,8 +99,7 @@ export const request = (url, data = {}, method = 'post', loading = false, conten
|
||||
const res = await api.h5Login({
|
||||
token: video_token
|
||||
});
|
||||
let result = res.data.data;
|
||||
consoe.log(result);
|
||||
let result = res.data;
|
||||
if (window.location.href.indexOf('//casedata.igandan.com')>-1) {
|
||||
uni.setStorageSync("AUTH_TOKEN_CASEDATA",result.token);
|
||||
} else {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user