Commit cbb012fa authored by 刘俊宏's avatar 刘俊宏

1.5.3(b1.6)

parent 67b30ebf
......@@ -3919,7 +3919,7 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = GeliBusinessPlatform/GeliBusinessPlatform.entitlements;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1.5;
CURRENT_PROJECT_VERSION = 1.6;
DEFINES_MODULE = NO;
DEVELOPMENT_ASSET_PATHS = "\"GeliBusinessPlatform/Preview Content\"";
DEVELOPMENT_TEAM = K48346UACH;
......@@ -4048,7 +4048,7 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = GeliBusinessPlatform/GeliBusinessPlatform.entitlements;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1.5;
CURRENT_PROJECT_VERSION = 1.6;
DEFINES_MODULE = NO;
DEVELOPMENT_ASSET_PATHS = "\"GeliBusinessPlatform/Preview Content\"";
DEVELOPMENT_TEAM = K48346UACH;
......
......@@ -27,10 +27,10 @@ let systemVersion = (UIDevice.current.systemVersion as String)
//接口地址
//test
let SERVERCE_ImageHost = "https://z.gelifood.com/"
let SERVERCE_HOST = "https://z.gelifood.com/admin/"
//let SERVERCE_ImageHost = "https://zx.gelifood.com/"
//let SERVERCE_HOST = "https://zx.gelifood.com/admin/"
//let SERVERCE_ImageHost = "https://z.gelifood.com/"
//let SERVERCE_HOST = "https://z.gelifood.com/admin/"
let SERVERCE_ImageHost = "https://zx.gelifood.com/"
let SERVERCE_HOST = "https://zx.gelifood.com/admin/"
////online
//视图常量
......
......@@ -525,8 +525,9 @@ class WorkCViewController: BaseViewController, UITableViewDelegate, UITableViewD
HUD.flash(.label("敬请期待"),delay: 1.2)
return
case 88: //运单列表
let vc = YDLBVc()
self.navigationController?.pushViewController(vc, animated: true)
HUD.flash(.label("敬请期待"),delay: 1.2)
// let vc = YDLBVc()
// self.navigationController?.pushViewController(vc, animated: true)
return
case 89: //物流公司列表
HUD.flash(.label("敬请期待"),delay: 1.2)
......@@ -534,8 +535,10 @@ class WorkCViewController: BaseViewController, UITableViewDelegate, UITableViewD
// self.navigationController?.pushViewController(vc, animated: true)
return
case 90: //下运单
let vc = XiaYunDanViewController()
self.navigationController?.pushViewController(vc, animated: true)
HUD.flash(.label("敬请期待"),delay: 1.2)
// let vc = XiaYunDanViewController()
// self.navigationController?.pushViewController(vc, animated: true)
return
case 92: //采购订单管理
// HUD.flash(.label("敬请期待"),delay: 1.2)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment