This commit is contained in:
xingyy 2024-10-10 16:05:08 +08:00
parent 524bfb97fa
commit 5e0d4bea19
3 changed files with 8 additions and 7 deletions

View File

@ -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',

View File

@ -1,5 +1,5 @@
Android 包名 uni.UNI4796942
证书别名oaapp
密钥密码12345678
Bundle ID:com.fonchain.attendance
IOS:私钥证书密码 dis dev 都是 12345678

View File

@ -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" : {