码迷,mamicode.com
首页 > Windows程序 > 详细

vue api 请求报错 Error occurred while trying to proxy request /user/report-user from localhost:83....

时间:2021-05-24 15:32:48      阅读:0      评论:0      收藏:0      [点我收藏+]

标签:rom   rgb   res   tar   端口   请求   col   ror   报错   

一.报错信息

Error occurred while trying to proxy request /user/report-user from localhost:83 ....

 

二.index.js 配置信息

proxyTable: {
            ‘/api‘: {
                target: ‘http://localhost:81‘,
                changeOrigin: true,
                pathRewrite: {
                    ‘^/api‘: ‘‘
                }
            }
        },

 

三. 由于首次尝试vue ,于是各种百度,然各有云云,无果后,回过头看了眼后台服务配置的 ip ,print("惊喜"+"就是你了")

后台配置如下

#配置端口,ip
server:
  port: 81
  address: 192.168.0.114

 

四. 于是乎,修改后台为 addresslocalhost,或者修改vue localhost 192.168.0.114 IP 就OK拉.

 

vue api 请求报错 Error occurred while trying to proxy request /user/report-user from localhost:83....

标签:rom   rgb   res   tar   端口   请求   col   ror   报错   

原文地址:https://www.cnblogs.com/arsn/p/14782713.html

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