小程序授权登录回复正常
This commit is contained in:
@@ -22,6 +22,7 @@ function baseRequest(url, method, data, {
|
||||
if (params != undefined) {
|
||||
header = HEADERPARAMS;
|
||||
}
|
||||
console.log('Url:',Url);
|
||||
if (!noAuth) {
|
||||
//登录过期自动登录
|
||||
if (!store.state.app.token && !checkLogin()) {
|
||||
|
||||
Reference in New Issue
Block a user