更改小区名称

hmxc
张萌 3 years ago
parent 05efa22bf5
commit 7b88ae267b

@ -2,7 +2,7 @@ part 'engineer_repair.dart';
class API {
///HOST
static const String host = 'http://hmxc.kaidalai.cn';
static const String host = 'http://star.kaidalai.cn/';
///
static const String baseURL = '$host/api/butlerApp';

@ -1,9 +1,9 @@
{
"appName": "华脉新村小区",
"appName": "智慧小区",
"@appName":{
"description": "应用名称"
},
"tempPlotName": "华脉新村小区",
"tempPlotName": "盛邦滨江府",
"@tempPlotName":{
"description": "临时使用的小区名称"
}

@ -88,7 +88,7 @@ class MyApp extends StatelessWidget {
},
child: ScreenUtilInit(
designSize: Size(750, 1334),
builder: () {
builder: (context,child) {
return GetMaterialApp(
debugShowCheckedModeBanner: false,
title: '小蜜蜂管家',

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save