Houjie
2025-07-09 634e2994bc4020a06d7116f44a83702a0e423a22
manifest.json
@@ -85,18 +85,18 @@
            "mode" : "hash",
            "base" : "/h5/"
        },
        "devServer" : {
            "port" : "8866",
            "https" : false,
            "proxy" : {
                /**配置服务器路径**/
                "/jeecg-boot" : {
                    "target" : "http://houjie.xalxzn.com:8866", // 目标服务器
                    "changeOrigin" : true,
                "secure": false
                }
            }
        },
      //   "devServer" : {
      //       "port" : "8866",
      //       "https" : false,
      //       "proxy" : {
      //           /**配置服务器路径**/
      //           "/jeecg-boot" : {
      //               "target" : "http://houjie.xalxzn.com:8866",
      //               "changeOrigin" : true,
                // "secure": false
      //           }
      //       }
      //   },
        "optimization" : {
            "treeShaking" : {
                "enable" : false