Commit cf3e6ac5 by 张超军

墨奇改

parent b3239471
/*
* @Author: your name
* @Date: 2021-06-15 15:12:19
* @LastEditTime: 2021-09-16 18:34:14
* @LastEditTime: 2021-09-17 19:04:09
* @LastEditors: Please set LastEditors
* @Description: In User Settings Edit
* @FilePath: \founder_vue\vue.config.js
......@@ -80,7 +80,7 @@ module.exports = {
}
},
"/apiMachine": {
target: "http://65.26.10.49/", //统一的请求头部每次修改都要重启才会生效
target: "http://65.26.10.121/", //统一的请求头部每次修改都要重启才会生效
ws: true,
changeOrigin: true,
pathRewrite: {
......@@ -88,7 +88,7 @@ module.exports = {
}
},
"/apiInfo": {
target: "http://65.26.10.49/", //统一的请求头部每次修改都要重启才会生效
target: "http://65.26.10.121/", //统一的请求头部每次修改都要重启才会生效
ws: true,
changeOrigin: true,
pathRewrite: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment