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" : ""
                }
            }
        }
    }

  

相关文章:

  • 2022-02-25
  • 2021-07-03
  • 2021-07-03
  • 2021-08-03
猜你喜欢
  • 2022-12-23
  • 2022-02-23
  • 2022-12-23
  • 2021-12-26
  • 2021-09-16
  • 2022-12-23
  • 2021-07-15
相关资源
相似解决方案