编程语言
首页 > 编程语言> > uniapp项目运行时一直发http://localhost:8080/sockjs-node/info?t=1462183700002请求

uniapp项目运行时一直发http://localhost:8080/sockjs-node/info?t=1462183700002请求

作者:互联网

 或者

 

 

 

"h5" : {
        "template" : "",
        "devServer" : {
            "public": "0.0.0.0",
            "proxy" : {
                "/api" : {
                    "target" : "http://localhost:8045",
                    "changeOrigin" : true,
                    "pathRewrite" : {
                        "^/api" : "/api"
                    }
                }
            }
        },
        "router" : {
            "base" : "./"
        },
        "title" : "",
        "sdkConfigs" : {
            "maps" : {
                "qqmap" : {
                    "key" : ""
                }
            }
        }
    }

  

标签:node,uniapp,sockjs,http,title,0.0,h5,api,localhost
来源: https://www.cnblogs.com/guxingzhe/p/15122260.html