|
|
|
@ -6,8 +6,8 @@ ext {
|
|
|
|
|
appId : "com.zj365.dc",
|
|
|
|
|
minSdk : 23,
|
|
|
|
|
targetSdk : 32,
|
|
|
|
|
versionCode : 119,
|
|
|
|
|
versionName : "1.2.1"
|
|
|
|
|
versionCode : 120,
|
|
|
|
|
versionName : "1.2.2"
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -27,15 +27,17 @@ ext {
|
|
|
|
|
//正式环境
|
|
|
|
|
debug_url : "https://app.zhongjian365.com/app/",
|
|
|
|
|
release_url: "https://app.zhongjian365.com/app/",
|
|
|
|
|
//
|
|
|
|
|
// h5_debug_url : "https://built.zhongjian365.com/",
|
|
|
|
|
// h5_release_url : "https://built.zhongjian365.com/"
|
|
|
|
|
|
|
|
|
|
h5_debug_url : "https://built.zhongjian365.com/", //商品详情正式环境
|
|
|
|
|
h5_release_url : "https://built.zhongjian365.com/"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//测试环境
|
|
|
|
|
// debug_url : "http://java01.zhongjian365.com/app/",
|
|
|
|
|
// release_url: "http://java01.zhongjian365.com/app/",
|
|
|
|
|
|
|
|
|
|
h5_debug_url : "http://testbuilt.zhongjian365.com/",
|
|
|
|
|
h5_release_url : "http://testbuilt.zhongjian365.com/"
|
|
|
|
|
// h5_debug_url : "http://testbuilt.zhongjian365.com/",
|
|
|
|
|
// h5_release_url : "http://testbuilt.zhongjian365.com/"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
]
|
|
|
|
|