1
This commit is contained in:
@@ -12,10 +12,10 @@
|
||||
// 这里只维护运行环境和后端基础地址,具体接口路径统一放在 ApiClient 中。
|
||||
var ENVIRONMENTS = {
|
||||
development: {
|
||||
apiBaseUrl: 'http://182.61.18.23:8080'
|
||||
apiBaseUrl: 'https://backend-api.ddxcjp.cn/'
|
||||
},
|
||||
production: {
|
||||
apiBaseUrl: 'http://182.61.18.23:8080'
|
||||
apiBaseUrl: 'https://backend-api.ddxcjp.cn/'
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user