Houjie
2025-07-24 964faa1077a89713910063c39ebe08fac4e4c56e
manifest.json
@@ -80,20 +80,20 @@
    },
    "h5" : {
        "title" : "设备管理",
        "domain" : "houjie.xalxzn.com",
        "domain" : "fastwoke.cn",
        "router" : {
            "mode" : "hash",
            "base" : "/h5/"
        },
        "devServer" : {
            "port" : "8866",
            "port" : 8086,
            "https" : false,
            "proxy" : {
                /**配置服务器路径**/
                "/jeecg-boot" : {
                    "target" : "http://houjie.xalxzn.com:8866", // 目标服务器
                    "target" : "https://192.168.4.20:8086",
                    "changeOrigin" : true,
                "secure": false
                    "secure" : false
                }
            }
        },