From 48c01df8d0997db7614e3afcd74197f8bf6d1269 Mon Sep 17 00:00:00 2001 From: YeMingfei666 <1619116647@qq.com> Date: Wed, 23 Oct 2024 14:27:00 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=89=93=E5=8C=85apk?= =?UTF-8?q?=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 30 +++++++++++++++--------------- 开发文档.md | 2 ++ 2 files changed, 17 insertions(+), 15 deletions(-) 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 全局权限验证文件