修改注册功能问题
This commit is contained in:
@@ -11,11 +11,11 @@
|
||||
|
||||
var ENVIRONMENTS = {
|
||||
development: {
|
||||
apiBaseUrl: 'http://test-genealogy-api.ddxcjp.cn'
|
||||
apiBaseUrl: 'http://182.61.18.23:8080'
|
||||
},
|
||||
production: {
|
||||
// 后端尚未提供正式生产域名,暂时保持用户指定的测试地址。
|
||||
apiBaseUrl: 'http://test-genealogy-api.ddxcjp.cn'
|
||||
apiBaseUrl: 'http://182.61.18.23:8080'
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user