修改注册功能问题

This commit is contained in:
rain
2026-07-10 17:08:21 +08:00
parent 66f3204349
commit a549ca5ca3
15 changed files with 524 additions and 84 deletions
+2 -2
View File
@@ -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'
}
};