zhao_js
2023-11-28 4d2bb20eecf42af8c0b29fda38b02df0f6c9895d
H5/manifest.json
@@ -87,12 +87,12 @@
                    "changeOrigin" : true, //是否跨域
                    "secure" : true // 是否支持 https 协议的代理
                },
            "/api/" : {
                //映射域名
                "target" : "http://localhost:24147", //测试环境
                "changeOrigin" : true, //是否跨域
                "secure" : true // 是否支持 https 协议的代理
            }
                "/api/" : {
                    //映射域名
                    "target" : "http://localhost:24147", //测试环境
                    "changeOrigin" : true, //是否跨域
                    "secure" : true // 是否支持 https 协议的代理
                }
            }
        }
    }