Commit cf6ac862 by Tianqing Liu

chore: 增加新的代理地址

1 parent f048cf30
......@@ -57,6 +57,11 @@ module.exports = {
// 这里写你调用接口的基础路径,来解决跨域,如果设置了代理,那你本地开发环境的axios的baseUrl要写为 '' ,即空字符串
devServer: {
proxy: {
// http://39.155.171.242:33333/report/aiot/operate/getPics
'/aiot': {
target: 'http://39.155.171.242:33333/report/',
changeOrigin: true
},
'/': {
target: 'http://39.155.171.242:33333/btool/',
// target: 'http://117.133.143.116:33333/btool/',
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!