1123
This commit is contained in:
parent
524bfb97fa
commit
5e0d4bea19
@ -1,4 +1,4 @@
|
|||||||
const env = 'prod';
|
const env = 'dev';
|
||||||
const configs = {
|
const configs = {
|
||||||
LocalTest: {
|
LocalTest: {
|
||||||
apiBaseUrl: 'https://warehouse.szjixun.cn/oa_backend',
|
apiBaseUrl: 'https://warehouse.szjixun.cn/oa_backend',
|
||||||
@ -6,7 +6,7 @@ const configs = {
|
|||||||
},
|
},
|
||||||
dev: {
|
dev: {
|
||||||
apiBaseUrl: 'https://warehouse.szjixun.cn/oa_backend',
|
apiBaseUrl: 'https://warehouse.szjixun.cn/oa_backend',
|
||||||
h5Url:'http://192.168.88.69:8080/#/'
|
h5Url:'http://192.168.88.47:2367/#/'
|
||||||
},
|
},
|
||||||
test: {
|
test: {
|
||||||
apiBaseUrl: 'https://warehouse.szjixun.cn/oa_backend',
|
apiBaseUrl: 'https://warehouse.szjixun.cn/oa_backend',
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Android 包名 : uni.UNI4796942
|
Android 包名 : uni.UNI4796942
|
||||||
证书别名:oaapp
|
证书别名:oaapp
|
||||||
密钥密码:12345678
|
密钥密码:12345678
|
||||||
|
Bundle ID:com.fonchain.attendance
|
||||||
IOS:私钥证书密码 dis dev 都是 12345678
|
IOS:私钥证书密码 dis dev 都是 12345678
|
||||||
|
@ -24,7 +24,8 @@
|
|||||||
"Camera" : {},
|
"Camera" : {},
|
||||||
"Geolocation" : {},
|
"Geolocation" : {},
|
||||||
"Maps" : {},
|
"Maps" : {},
|
||||||
"LivePusher" : {}
|
"LivePusher" : {},
|
||||||
|
"Push" : {}
|
||||||
},
|
},
|
||||||
/* 应用发布信息 */
|
/* 应用发布信息 */
|
||||||
"distribute" : {
|
"distribute" : {
|
||||||
@ -82,8 +83,8 @@
|
|||||||
},
|
},
|
||||||
"push" : {
|
"push" : {
|
||||||
"unipush" : {
|
"unipush" : {
|
||||||
"version" : "2",
|
"offline" : true,
|
||||||
"offline" : true
|
"version" : "2"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"maps" : {
|
"maps" : {
|
||||||
|
Loading…
Reference in New Issue
Block a user