Houjie
2025-04-25 1d18ff904468e4a864312bdcf6d7c6a7c0477721
manifest.json
@@ -86,12 +86,12 @@
            "base" : "/h5"
        },
        "devServer" : {
            "port" : "3000",
            "port" : "8080",
            "https" : true,
                 "proxy": {
                       /**配置服务器路径**/
                       "/jeecg-boot": {
                          "target": "https://192.168.1.94:9999",// 目标服务器
                          "target": "https://192.168.1.42:9999",// 目标服务器
                          "changeOrigin": true
                       }
                    }