美文网首页
React native Chrome Debug 调试跨域

React native Chrome Debug 调试跨域

作者: 羽化行云 | 来源:发表于2021-02-03 17:04 被阅读0次

    Chrome跨越:
    1、终端执行:

    open -a Google\ Chrome --args --disable-web-security --user-data-dir
    

    2、修改
    http://localhost:8081/debugger-ui/
    为:
    http://xxx:8081/debugger-ui/
    说明
    xxx:自己电脑的Ip

    相关文章

      网友评论

          本文标题:React native Chrome Debug 调试跨域

          本文链接:https://www.haomeiwen.com/subject/felmtltx.html