From 853a9135c8eba3e2fb31c55af5349474a0c56b1a Mon Sep 17 00:00:00 2001 From: userGyl Date: Thu, 16 Apr 2026 11:10:35 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BA=BF=E4=B8=8A=E9=85=8D=E7=BD=AE?= 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 | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ln_jq_app/lib/common/styles/theme.dart b/ln_jq_app/lib/common/styles/theme.dart index 7d7d951..d925319 100644 --- a/ln_jq_app/lib/common/styles/theme.dart +++ b/ln_jq_app/lib/common/styles/theme.dart @@ -8,11 +8,11 @@ class AppTheme { static const Color themeColor = Color(0xFF017137); //是否开放域名切换 - static const bool is_show_host = true; + static const bool is_show_host = false; //http://192.168.110.222:8080/ //http://192.168.110.44:8080/ - static String test_service_url = "https://beta-esg.api.lnh2e.com/"; + static String test_service_url = "http://47.101.201.13:8443/api/"; static const String release_service_url = ""; //加氢站相关查询 diff --git a/ln_jq_app/lib/main.dart b/ln_jq_app/lib/main.dart index 714738e..1ebe100 100644 --- a/ln_jq_app/lib/main.dart +++ b/ln_jq_app/lib/main.dart @@ -17,7 +17,7 @@ void main() async { WidgetsFlutterBinding.ensureInitialized(); WidgetsBinding widgetsBinding = await init( - isDebug: true, + isDebug: false, logTag: '小羚羚', supportedLocales: [const Locale('zh', 'CN')], ); @@ -35,7 +35,7 @@ void main() async { // 设计稿尺寸 单位:dp designSize: const Size(390, 844), // Getx Log - enableLog: true, + enableLog: false, // 默认的跳转动画 defaultTransition: Transition.rightToLeft, // 主题模式