更新沃棣背景适配
This commit is contained in:
@@ -141,12 +141,12 @@ Future<void> main() async {
|
||||
void initServiceAddress() {
|
||||
if (AppConstants().ent_type == APPPackageType.MHT.code) {
|
||||
// 眠花糖
|
||||
ServiceConstant.baseHost = "zhmht.swes.com.cn:27020";
|
||||
// ServiceConstant.baseHost = "vsbs-test.he-info.cn";
|
||||
// ServiceConstant.baseHost = "zhmht.swes.com.cn:27020";
|
||||
ServiceConstant.baseHost = "vsbs-test.he-info.cn";
|
||||
} else if (AppConstants().ent_type == APPPackageType.TH.code) {
|
||||
// 太和
|
||||
ServiceConstant.baseHost = "vsbst-api.he-info.com";
|
||||
// ServiceConstant.baseHost = "vsbs-test.he-info.cn";
|
||||
// ServiceConstant.baseHost = "vsbst-api.he-info.com";
|
||||
ServiceConstant.baseHost = "vsbs-test.he-info.cn";
|
||||
} else if (AppConstants().ent_type == APPPackageType.DONGHUA.code) {
|
||||
ServiceConstant.baseHost = "vsbst-api.he-info.com";
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user