diff --git a/manifest.json b/manifest.json index 064baed..ae45d73 100644 --- a/manifest.json +++ b/manifest.json @@ -150,12 +150,12 @@ "unipush" : { "enable" : true }, - "plugins" : { - "WechatSI" : { - "version" : "0.3.5", - "provider" : "wx069ba97219f66d99" - } - }, + // "plugins" : { + // "WechatSI" : { + // "version" : "0.3.5", + // "provider" : "wx069ba97219f66d99" + // } + // }, "requiredBackgroundModes" : [ "audio", "location" ], "__usePrivacyCheck__" : true, "libVersion" : "latest" @@ -213,15 +213,15 @@ "/ysk" : "" } }, - "/yufabu" : { - // 需要被代理的后台地址 - "target" : "https://pre-cashier.sxczgkj.cn", - "changeOrigin" : true, - "secure" : false, - "pathRewrite" : { - "/yufabu" : "" - } - }, + "/yufabu" : { + // 需要被代理的后台地址 + "target" : "https://pre-cashier.sxczgkj.cn", + "changeOrigin" : true, + "secure" : false, + "pathRewrite" : { + "/yufabu" : "" + } + }, "/ww" : { // 需要被代理的后台地址 "target" : "http://192.168.1.15:8000", diff --git a/开发文档.md b/开发文档.md index 93596f1..e5e608d 100644 --- a/开发文档.md +++ b/开发文档.md @@ -6,6 +6,8 @@ 发布APP: HBuilderX 3.6.5 ( 3.6.11 app调试报错 ) H5, 不影响。 +###apk下载地址 +* ### 全局文件结构 * commons->utils>hasPermission.js 全局权限验证文件