找不到构建代理配置后的角度2

时间:2017-10-15 14:52:39

标签: angular

您好prod后,我的代理不起作用。当我们向谷歌地图api服务发送请求时。它不工作
代码如下所示

{
    "/api": {
        "target": "http://localhost:8000",
        "secure": false
    },
    "/googleapi/*": {
        "target": {
            "host": "maps.googleapis.com",
            "protocol": "https:"
        },
        "secure": false,
        "logLevel": "debug",
        "changeOrigin": true,
        "pathRewrite": {
            "^/googleapi": ""
        }
    }
}

0 个答案:

没有答案