From 684f0445badfa931c5a83ff3d6f9943bf7709e8a Mon Sep 17 00:00:00 2001 From: userGyl Date: Tue, 25 Nov 2025 15:13:10 +0800 Subject: [PATCH] =?UTF-8?q?v1.0=20=E7=BA=BF=E4=B8=8A=E5=9C=B0=E5=9D=80?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ln_jq_app/lib/common/styles/theme.dart | 4 ++-- ln_jq_app/lib/main.dart | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ln_jq_app/lib/common/styles/theme.dart b/ln_jq_app/lib/common/styles/theme.dart index e5ec909..f1947a8 100644 --- a/ln_jq_app/lib/common/styles/theme.dart +++ b/ln_jq_app/lib/common/styles/theme.dart @@ -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/"; diff --git a/ln_jq_app/lib/main.dart b/ln_jq_app/lib/main.dart index e204a1a..4103f6e 100644 --- a/ln_jq_app/lib/main.dart +++ b/ln_jq_app/lib/main.dart @@ -30,7 +30,7 @@ void main() async { // 设计稿尺寸 单位:dp designSize: const Size(390, 844), // Getx Log - enableLog: true, + enableLog: false, // 默认的跳转动画 defaultTransition: Transition.rightToLeft, // 主题模式