v1.0 线上地址修改

This commit is contained in:
2025-11-25 15:13:10 +08:00
parent 29fc16f2ff
commit 684f0445ba
2 changed files with 3 additions and 3 deletions

View File

@@ -8,10 +8,10 @@ class AppTheme {
static const Color themeColor = Color(0xFF0c83c3);
static const String test_service_url = "http://beta-esg.api.lnh2e.com/";
static const String test_service_url = "http://47.100.49.118:8090/api/";
static const String release_service_url = "";
//加氢站相关查询
static const String jiaqing_service_url = "https://beta.lnh2e.com/api/lingniu-manager-v1/v1/";
static const String jiaqing_service_url = "https://lnh2e.com/api/lingniu-manager-v1/v1/";
//车辆信息
static const String car_service_url = "http://47.99.166.38:20000/";

View File

@@ -30,7 +30,7 @@ void main() async {
// 设计稿尺寸 单位dp
designSize: const Size(390, 844),
// Getx Log
enableLog: true,
enableLog: false,
// 默认的跳转动画
defaultTransition: Transition.rightToLeft,
// 主题模式