From ae3855638dba0c927236c1a1b1a85d5b048c40e2 Mon Sep 17 00:00:00 2001 From: Houjie <714924425@qq.com> Date: 星期五, 18 四月 2025 10:31:08 +0800 Subject: [PATCH] 提交 --- manifest.json | 29 +++++++++++++++++++---------- 1 files changed, 19 insertions(+), 10 deletions(-) diff --git a/manifest.json b/manifest.json index 141ecc9..3f8c2a5 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" : {} @@ -77,18 +78,24 @@ } } }, - "h5" : { "title" : "璁惧绠$悊", "domain" : "myhjdc.cn", "router" : { - "mode" : "history", - "base" : "" + "mode" : "hash", + "base" : "/h5" }, "devServer" : { - "port" : "", - "https" : false - }, + "port" : "3000", + "https" : true, + "proxy": { + /**閰嶇疆鏈嶅姟鍣ㄨ矾寰�**/ + "/jeecg-boot": { + "target": "https://192.168.1.94:9999",// 鐩爣鏈嶅姟鍣� + "changeOrigin": true + } + } + }, "optimization" : { "treeShaking" : { "enable" : false @@ -96,3 +103,5 @@ } } } +/**閰嶇疆鏈嶅姟鍣ㄨ矾寰�**/// 鐩爣鏈嶅姟鍣� + -- Gitblit v1.9.3