Houjie
2025-07-07 0a48655d2162b709ecb80d249a4085971add6140
manifest.json
@@ -67,7 +67,7 @@
    "quickapp" : {},
    /* 快应用特有相关 */
    "mp-weixin" : {
        "appid" : "wx2ba5c5690b35d173",
        "appid" : "",
        "setting" : {
            "urlCheck" : false,
            "es6" : true
@@ -80,22 +80,23 @@
    },
    "h5" : {
        "title" : "设备管理",
        "domain" : "myhjdc.cn",
        "domain" : "houjie.xalxzn.com",
        "router" : {
            "mode" : "hash",
            "base" : "/h5"
            "base" : "/h5/"
        },
        "devServer" : {
            "port" : "8080",
            "https" : true,
                 "proxy": {
                       /**配置服务器路径**/
                       "/jeecg-boot": {
                          "target": "https://192.168.1.42:9999",// 目标服务器
                          "changeOrigin": true
                       }
                    }
                  },
            "port" : "8866",
            "https" : false,
            "proxy" : {
                /**配置服务器路径**/
                "/jeecg-boot" : {
                    "target" : "http://houjie.xalxzn.com:8866", // 目标服务器
                    "changeOrigin" : true,
                "secure": false
                }
            }
        },
        "optimization" : {
            "treeShaking" : {
                "enable" : false