码迷,mamicode.com
首页 > 其他好文 > 详细

vue开发中控制台报错问题

时间:2019-09-26 14:34:42      阅读:190      评论:0      收藏:0      [点我收藏+]

标签:vue   source   target   ref   write   div   tar   load   一个   

1、sockjs.js?9be2:1606 GET http://localhost:8566/sockjs-node/info?t=1569478261510 net::ERR_CONNECTION_REFUSED

https://segmentfault.com/q/1010000005045512

proxy: {
        ‘/‘: {
            target: ‘http://192.168.0.102:8082‘,
            changeOrigin: true,
            ws: false, //值为false防止控制台报错★★★★★★★★
            pathRewrite: {
                //▼或者后台接口统一加一个前缀如api,然后这里不写 ‘^/‘ 写 ‘^/api‘。
                ‘^/‘: ‘‘, 
            },
        },
    },

2、Failed to load resource: net::ERR_CONNECTION_REFUSED

https://blog.csdn.net/a386139471/article/details/79978198

将请求协议由http换成了https

vue开发中控制台报错问题

标签:vue   source   target   ref   write   div   tar   load   一个   

原文地址:https://www.cnblogs.com/flypig666/p/11590630.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!