新疆修改
This commit is contained in:
@@ -375,7 +375,7 @@
|
||||
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
||||
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
CURRENT_PROJECT_VERSION = 1;
|
||||
CURRENT_PROJECT_VERSION = 2;
|
||||
DEVELOPMENT_TEAM = A7CC5LW224;
|
||||
ENABLE_USER_SCRIPT_SANDBOXING = NO;
|
||||
GCC_PREFIX_HEADER = "$(SRCROOT)/XinjiangProject/Supporting Files/PrefixHeader.pch";
|
||||
@@ -419,7 +419,7 @@
|
||||
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
||||
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
CURRENT_PROJECT_VERSION = 1;
|
||||
CURRENT_PROJECT_VERSION = 2;
|
||||
DEVELOPMENT_TEAM = A7CC5LW224;
|
||||
ENABLE_USER_SCRIPT_SANDBOXING = NO;
|
||||
GCC_PREFIX_HEADER = "$(SRCROOT)/XinjiangProject/Supporting Files/PrefixHeader.pch";
|
||||
|
||||
@@ -89,9 +89,9 @@
|
||||
//#define SCHEME @"https" //
|
||||
|
||||
|
||||
#define Http @"http://192.168.1.23"//
|
||||
//#define Http @"http://192.168.1.23"//昊
|
||||
|
||||
//#define Http @"https://api.xjygjk.com"//
|
||||
#define Http @"https://api.xjygjk.com"//
|
||||
#define H5DevHost @"api.xjygjk.com"//
|
||||
#define IntervenH5 @"https://console.xjygjk.com"
|
||||
#define BASEURL @"https://yyjk.cqygjk.com" //北边接口前缀
|
||||
|
||||
@@ -41,7 +41,7 @@
|
||||
#if DEBUG
|
||||
|
||||
#else
|
||||
[CheckProjectTool testAll];
|
||||
// [CheckProjectTool testAll];
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
+6
-5
@@ -104,14 +104,15 @@
|
||||
[backView addSubview:thresholdBtn];
|
||||
}
|
||||
- (void)popStringPick {
|
||||
|
||||
self.popBlock(self.listModel);
|
||||
if (self.popBlock) {
|
||||
self.popBlock(self.listModel.wdType);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
- (void)historyList {
|
||||
|
||||
self.historyBlock(self.listModel.wdType);
|
||||
if (self.historyBlock) {
|
||||
self.historyBlock(self.listModel.wdType);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user