标签: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)
标签:word hang str 地址 table inf post code nbsp
原文地址:https://www.cnblogs.com/enhengenhengNymph/p/14095594.html