diff --git a/config/index.js b/config/index.js index b3d8e0d..e19c272 100644 --- a/config/index.js +++ b/config/index.js @@ -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', diff --git a/files/readme.md b/files/readme.md index 35ae11c..e476d33 100644 --- a/files/readme.md +++ b/files/readme.md @@ -1,5 +1,5 @@ Android 包名 : uni.UNI4796942 证书别名:oaapp 密钥密码:12345678 - + Bundle ID:com.fonchain.attendance IOS:私钥证书密码 dis dev 都是 12345678 diff --git a/manifest.json b/manifest.json index 0cea20e..2eeecfe 100644 --- a/manifest.json +++ b/manifest.json @@ -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" : {