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