uni-app配置跨域

 

 

 

 

"h5":{
        "devServer" : {
            "https" : false,
            "proxy": {  
                "/": {  
                    "target": "http://xmxxxxpi.zxxxxxlxxun.top/api", //并非真是接口
                    "changeOrigin": true,   
                    "secure": false,
                    "pathRewrite": {
                        "^/": "/"  
                    }  
                }  
            }  
        }
    }

 

使用

 

 

注意: 需要从新编译运行

 

 

posted @ 2021-08-05 18:51  龙卷风吹毁停车场  阅读(741)  评论(0)    收藏  举报