地址切换
This commit is contained in:
@@ -7,9 +7,12 @@ class AppTheme {
|
||||
|
||||
static const Color themeColor = Color(0xFF0c83c3);
|
||||
|
||||
//是否开放域名切换
|
||||
static const bool is_show_host = true;
|
||||
|
||||
//http://192.168.110.222:8080/
|
||||
//http://192.168.110.44:8080/
|
||||
static const String test_service_url = "https://beta-esg.api.lnh2e.com/";
|
||||
static String test_service_url = "https://beta-esg.api.lnh2e.com/";
|
||||
static const String release_service_url = "";
|
||||
|
||||
//加氢站相关查询
|
||||
@@ -23,10 +26,10 @@ class AppTheme {
|
||||
|
||||
static const Color darkThemeColor = Color(0xFF032896);
|
||||
|
||||
static const String android_key ="335642645";
|
||||
static const String android_appsecret="39628204345a4240b5b645b68a5896c7";
|
||||
static const String ios_key="335642649";
|
||||
static const String ios_appsecret="173bc08bd5df422da20c8e3ffbf0521b";
|
||||
static const String android_key = "335642645";
|
||||
static const String android_appsecret = "39628204345a4240b5b645b68a5896c7";
|
||||
static const String ios_key = "335642649";
|
||||
static const String ios_appsecret = "173bc08bd5df422da20c8e3ffbf0521b";
|
||||
|
||||
/// 亮色主题样式
|
||||
static ThemeData light = ThemeData(
|
||||
|
||||
Reference in New Issue
Block a user