diff --git a/config/index.js b/config/index.js index 93c6573..813cb59 100644 --- a/config/index.js +++ b/config/index.js @@ -26,11 +26,12 @@ module.exports = { assetsPublicPath: "/", proxyTable: { "/api": { - target: "http://192.168.31.209:8084/", //设置你调用的接口域名和端口号 别忘了加http 本地 + target: "http://192.168.31.127:8084/", //设置你调用的接口域名和端口号 别忘了加http 本地 + //target: "http://192.168.31.209:8084/", //设置你调用的接口域名和端口号 别忘了加http 本地 + // target: "http://192.168.31.201:8084/", //设置你调用的接口域名和端口号 别忘了加http 本地 // target: "http://139.9.185.131:8098/", //设置你调用的接口域名和端口号 别忘了加http 天懿达正式 // target: "http://139.9.58.205:8084/", //设置你调用的接口域名和端口号 别忘了加http 天懿达正式华为云 // target: "http://139.9.185.131:9094/", //设置你调用的接口域名和端口号 别忘了加http 盛联 - // target: "http://139.9.185.131:8084/", //设置你调用的接口域名和端口号 别忘了加http 天懿达正式 // target: "http://192.168.31.209:8084/", //设置你调用的接口域名和端口号 别忘了加http 天懿达线上 target: "https://www.decaisoft.com/preferential", //设置你调用的接口域名和端口号 别忘了加http 天懿达线上 @@ -45,7 +46,8 @@ module.exports = { } }, // Various Dev Server settingsss - host: "192.168.31.194", // can be overwritten by process.env.HOST + host: "192.168.31.193", // can be overwritten by process.env.HOST + host: "192.168.31.35", // can be overwritten by process.env.HOST port: 3000, // can be overwritten by process.env.PORT, if port is in use, a free one will be determined autoOpenBrowser: false, errorOverlay: true,