fix: 修复患者就诊历史
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user