网址如下浏览器直接打开能获取到数据  配置跨域 ! 请求数据  浏览器输出结果  我哪里整错了吗。。。 相关代码 ``` language "h5" : { "router" : { "base" : "" }, "template" : "", "devServer": { "port": 8000, "disableHostCheck": true, "proxy": { "/hlp": { "target": "https://api.1hudoctor.com", "changeOrigin": true, "secure": false } } } } ``` ``` language uni.request({ url: '/hlp/meta?m=city&platform=customer&device_type=miniApp_yihuundefined', dataType:"json", success: (res) => { console.log(res); } }); ```