名医精彩

This commit is contained in:
liuyuan
2025-06-20 17:40:41 +08:00
parent a26581fd81
commit 6dd6e9d213
59 changed files with 12940 additions and 86 deletions

View File

@@ -130,7 +130,7 @@ $http.requestStart = function (options) {
if (storeUserInfo.token) {
options.header['token'] = storeUserInfo.token;
};
options.header['appType'] = 'psyche';
options.header['appType'] = 'taihumed';
return options;
}
//请求结束