赞
踩
正常使用谷歌浏览器时,提示接口跨域。
解决跨域方案
1.复制谷歌安装路径
2.拼接如下代码,注意 --user 前边有一个空格,不要漏掉。
--user-data-dir="C://Chrome dev session" --disable-web-security --test-type --ignore-certificate-errors
3.完整链接
"C:\Program Files\Google\Chrome\Application\chrome.exe" --user-data-dir="C://Chrome dev session" --disable-web-security --test-type --ignore-certificate-errors
4.在cmd
中运行上边的链接
回车之后 会弹出一个新的谷歌界面,把你的项目在该界面打开就能正常访问接口了。
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。