新增数据

This commit is contained in:
2025-12-03 15:04:58 +08:00
parent 0bfedd54cb
commit ba3467810c
4 changed files with 24 additions and 8 deletions

View File

@@ -7,11 +7,14 @@ class AppTheme {
static const Color themeColor = Color(0xFF0c83c3);
//http://192.168.110.222:8080/
static const String test_service_url = "https://beta-esg.api.lnh2e.com/";
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://beta.lnh2e.com/api/lingniu-manager-v1/v1/";
//车辆信息
static const String car_service_url = "http://47.99.166.38:20000/";
@@ -56,12 +59,9 @@ class AppTheme {
appBarTheme: const AppBarTheme(
backgroundColor: Color.fromARGB(255, 34, 34, 34),
centerTitle: true,
titleTextStyle: TextStyle(
fontSize: 18,
fontWeight: FontWeight.bold,
),
titleTextStyle: TextStyle(fontSize: 18, fontWeight: FontWeight.bold),
),
bottomAppBarTheme: BottomAppBarThemeData(
bottomAppBarTheme: BottomAppBarThemeData(
color: Color.fromARGB(255, 34, 34, 34),
elevation: 4.0,
),