修改功,现在补齐页面

This commit is contained in:
2026-07-11 21:36:03 +08:00
parent db397a7917
commit a6038be376
143 changed files with 7218 additions and 11912 deletions
+1 -1
View File
@@ -9,12 +9,12 @@
})(typeof globalThis !== 'undefined' ? globalThis : window, function (root) {
'use strict';
// 这里只维护运行环境和后端基础地址,具体接口路径统一放在 ApiClient 中。
var ENVIRONMENTS = {
development: {
apiBaseUrl: 'http://182.61.18.23:8080'
},
production: {
// 后端尚未提供正式生产域名,暂时保持用户指定的测试地址。
apiBaseUrl: 'http://182.61.18.23:8080'
}
};