This commit is contained in:
rain
2026-07-24 11:49:14 +08:00
parent a6038be376
commit 8716a68fdb
5 changed files with 55 additions and 4523 deletions
+2 -2
View File
@@ -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/'
}
};