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, // 主题模式