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

vue解决跨域问题

时间:2020-12-11 11:53:23      阅读:6      评论:0      收藏:0      [点我收藏+]

标签:word   hang   str   地址   table   inf   post   code   nbsp   

跨域

文件位置:

config---》index.js ---》大约13行---》


跨域内容:

proxyTable:{
‘/api‘: {
target: ‘http://192.168.0.125:8000/info‘,//跨域地址
changeOrigin: true,
pathRewrite: {
‘^/api‘: ‘‘,
}
}
},

 


使用:

let baseUrl = ‘/api‘
http.post(baseUrl + ‘/changepassword/‘,data)

 

vue解决跨域问题

标签:word   hang   str   地址   table   inf   post   code   nbsp   

原文地址:https://www.cnblogs.com/enhengenhengNymph/p/14095594.html

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