新ui调整

This commit is contained in:
2026-01-22 17:29:54 +08:00
parent 70a752b6e5
commit cf3ad579d3
14 changed files with 435 additions and 264 deletions

View File

@@ -10,12 +10,14 @@ class UrlHostController extends GetxController {
// 预设的域名列表
final List<String> presetUrls = [
'https://beta-esg.api.lnh2e.com/', // 测试环境
'http://47.101.201.13:8443/api/', // 测试环境
'http://192.168.110.44:8080/', // 沈辰本地
'http://192.168.110.222:8080/', // 何斐本地
];
final List<String> urlNames = [
'测试环境',
'线上环境',
'沈辰本地环境',
'何斐本地环境',
];