增加打包apk链接
This commit is contained in:
parent
6383be3082
commit
48c01df8d0
|
|
@ -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",
|
||||||
|
|
|
||||||
2
开发文档.md
2
开发文档.md
|
|
@ -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 全局权限验证文件
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue