This commit is contained in:
@fawn-nine
2024-05-30 16:37:36 +08:00
parent a91d21553a
commit 195ab86c8a
3 changed files with 112 additions and 23 deletions

View File

@@ -128,9 +128,8 @@ $http.requestStart = function(options) {
}
if (storeUserInfo.token) {
options.header['token'] = storeUserInfo.token;
options.header['appType'] = 'medical';
};
options.header['appType'] = 'medical';
return options;
}
//请求结束