From 0a48655d2162b709ecb80d249a4085971add6140 Mon Sep 17 00:00:00 2001 From: Houjie <714924425@qq.com> Date: 星期一, 07 七月 2025 17:26:30 +0800 Subject: [PATCH] 企业微信 --- manifest.json | 32 +++++++++++++++++++++----------- 1 files changed, 21 insertions(+), 11 deletions(-) diff --git a/manifest.json b/manifest.json index 141ecc9..38aed47 100644 --- a/manifest.json +++ b/manifest.json @@ -6,10 +6,11 @@ "versionCode" : 1, "transformPx" : false, "app-plus" : { - /* 5+App鐗规湁鐩稿叧 */// "ssl": { - // "cert": "./cert.crt", - // "key": "./cert.key" - // }, + /* 5+App鐗规湁鐩稿叧 */// + // "ssl": { + // "cert": "./cert.crt", + // "key": "./cert.key" + // }, "modules" : { "Maps" : {}, "Push" : {} @@ -66,7 +67,7 @@ "quickapp" : {}, /* 蹇簲鐢ㄧ壒鏈夌浉鍏� */ "mp-weixin" : { - "appid" : "wx2ba5c5690b35d173", + "appid" : "", "setting" : { "urlCheck" : false, "es6" : true @@ -77,17 +78,24 @@ } } }, - "h5" : { "title" : "璁惧绠$悊", - "domain" : "myhjdc.cn", + "domain" : "houjie.xalxzn.com", "router" : { - "mode" : "history", - "base" : "" + "mode" : "hash", + "base" : "/h5/" }, "devServer" : { - "port" : "", - "https" : false + "port" : "8866", + "https" : false, + "proxy" : { + /**閰嶇疆鏈嶅姟鍣ㄨ矾寰�**/ + "/jeecg-boot" : { + "target" : "http://houjie.xalxzn.com:8866", // 鐩爣鏈嶅姟鍣� + "changeOrigin" : true, + "secure": false + } + } }, "optimization" : { "treeShaking" : { @@ -96,3 +104,5 @@ } } } +/**閰嶇疆鏈嶅姟鍣ㄨ矾寰�**/// 鐩爣鏈嶅姟鍣� + -- Gitblit v1.9.3