bug
This commit is contained in:
parent
2427899247
commit
9ee9d2af52
@ -8,7 +8,9 @@ import {
|
|||||||
import {
|
import {
|
||||||
checkLogin
|
checkLogin
|
||||||
} from '../libs/login';
|
} from '../libs/login';
|
||||||
import { Toast } from '../libs/uniApi';
|
import {
|
||||||
|
Toast
|
||||||
|
} from '../libs/uniApi';
|
||||||
import store from '../store';
|
import store from '../store';
|
||||||
|
|
||||||
function toLogin() {
|
function toLogin() {
|
||||||
@ -77,6 +79,9 @@ function baseRequestTwo(url, method, data, {
|
|||||||
reject('请求失败');
|
reject('请求失败');
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user