增加打包apk链接

This commit is contained in:
YeMingfei666 2024-10-23 14:27:00 +08:00
parent 6383be3082
commit 48c01df8d0
2 changed files with 17 additions and 15 deletions

View File

@ -150,12 +150,12 @@
"unipush" : { "unipush" : {
"enable" : true "enable" : true
}, },
"plugins" : { // "plugins" : {
"WechatSI" : { // "WechatSI" : {
"version" : "0.3.5", // "version" : "0.3.5",
"provider" : "wx069ba97219f66d99" // "provider" : "wx069ba97219f66d99"
} // }
}, // },
"requiredBackgroundModes" : [ "audio", "location" ], "requiredBackgroundModes" : [ "audio", "location" ],
"__usePrivacyCheck__" : true, "__usePrivacyCheck__" : true,
"libVersion" : "latest" "libVersion" : "latest"
@ -213,15 +213,15 @@
"/ysk" : "" "/ysk" : ""
} }
}, },
"/yufabu" : { "/yufabu" : {
// //
"target" : "https://pre-cashier.sxczgkj.cn", "target" : "https://pre-cashier.sxczgkj.cn",
"changeOrigin" : true, "changeOrigin" : true,
"secure" : false, "secure" : false,
"pathRewrite" : { "pathRewrite" : {
"/yufabu" : "" "/yufabu" : ""
} }
}, },
"/ww" : { "/ww" : {
// //
"target" : "http://192.168.1.15:8000", "target" : "http://192.168.1.15:8000",

View File

@ -6,6 +6,8 @@
发布APP: HBuilderX 3.6.5 ( 3.6.11 app调试报错 ) 发布APP: HBuilderX 3.6.5 ( 3.6.11 app调试报错 )
H5, 不影响。 H5, 不影响。
###apk下载地址
* <https://mp-3b7dba1a-2dfb-4c7a-a239-2ab2157f829a.cdn.bspapp.com/cloudstorage/__UNI__66E7BD0_20241023141536.apk>
### 全局文件结构 ### 全局文件结构
* commons->utils>hasPermission.js 全局权限验证文件 * commons->utils>hasPermission.js 全局权限验证文件