From 964faa1077a89713910063c39ebe08fac4e4c56e Mon Sep 17 00:00:00 2001 From: Houjie <714924425@qq.com> Date: 星期四, 24 七月 2025 17:44:18 +0800 Subject: [PATCH] 企业维修适配修改 --- manifest.json | 26 +++++++++++++------------- 1 files changed, 13 insertions(+), 13 deletions(-) diff --git a/manifest.json b/manifest.json index 03fa220..eb93c96 100644 --- a/manifest.json +++ b/manifest.json @@ -80,23 +80,23 @@ }, "h5" : { "title" : "璁惧绠$悊", - "domain" : "houjie.xalxzn.com", + "domain" : "fastwoke.cn", "router" : { "mode" : "hash", "base" : "/h5/" }, - // "devServer" : { - // "port" : "8866", - // "https" : false, - // "proxy" : { - // /**閰嶇疆鏈嶅姟鍣ㄨ矾寰�**/ - // "/jeecg-boot" : { - // "target" : "http://houjie.xalxzn.com:8866", - // "changeOrigin" : true, - // "secure": false - // } - // } - // }, + "devServer" : { + "port" : 8086, + "https" : false, + "proxy" : { + /**閰嶇疆鏈嶅姟鍣ㄨ矾寰�**/ + "/jeecg-boot" : { + "target" : "https://192.168.4.20:8086", + "changeOrigin" : true, + "secure" : false + } + } + }, "optimization" : { "treeShaking" : { "enable" : false -- Gitblit v1.9.3