fix: 修复患者就诊历史

This commit is contained in:
2025-12-24 16:19:14 +08:00
parent 69acd7a4bb
commit d9ec5c88be
3 changed files with 24 additions and 7 deletions

View File

@@ -27,8 +27,8 @@ function request(url, params, method = 0) {
if (url.split('/').indexOf('imApi') !== -1) {
// baseURL = "http://127.0.0.1:12080/api"
// baseURL = isDev === true? 'http://127.0.0.1:12080/api': "http://im.xiaokang88.com/api"
// baseURL = isDev === true? 'http://127.0.0.1:12080/api': "https://api.ws.g.xiaokang88.com/api"
baseURL = "https://api.ws.g.xiaokang88.com/api"
baseURL = isDev === true? 'http://127.0.0.1:12080/api': "https://api.ws.g.xiaokang88.com/api"
// baseURL = "https://api.ws.g.xiaokang88.com/api"
}
if (url.split('/').indexOf('newApi') !== -1) {
baseURL = isDev === true? 'http://127.0.0.1:18018/member': "https://shop.xiaokang88.com/member"