为方便浏览器测试。做了个h5端 浏览器跨域代理。现在分享出来。
(其他crmeb版本的h5可参考本方法,这样 就可以在后端就去掉AllowOriginMiddleware.php)
以下是pro的设置:
manifest.json
{
...
"h5" : {
"devServer" : {
"https" : false,
"port" : 8080,
"disableHostCheck" : true,
"proxy" : {
"/api" : {
"target" : "https://你的域名/",
"pathRewrite" : {
"^/developmentapi(这里可以自定义)" : ""
},
"changeOrigin" : true, /*target是域名的话,需要这个参数,*/
"secure" : true /*设置支持https协议的代理*/
}
}
},
...
}
}
config/app.js
module.exports = {
// #ifdef H5
HTTP_REQUEST_URL: window.location.protocol+"//"+window.location.host + '/developmentapi',
// #endif
};
有问题可以联系我1411193639
{{item.user_info.nickname ? item.user_info.nickname : item.user_name}}
作者 管理员 企业
{{itemf.name}}
{{itemc.user_info.nickname}}
{{itemc.user_name}}
回复 {{itemc.comment_user_info.nickname}}
{{itemf.name}}