Compare commits

..

No commits in common. "d5a7e3d1c8cbc0e4a9bfac235d3bc72c865b3359" and "80487b8ae471f963381fc8674b733155d7bad275" have entirely different histories.

1 changed files with 1 additions and 2 deletions

View File

@ -44,8 +44,7 @@ const install = (Vue, vm) => {
Vue.prototype.$u.http.interceptor.response = (res) => {
uni.hideLoading();
if (res.succeed == true || res.success == true) {
// return res.data || res;
return res;
return res.data || res;
} else {
// uni.showToast({
// title: res.error,