修改后端代理地址

mengfanliang-0726-businessPerson_table
DESKTOP-2ESM03N\zcloud 2024-07-29 09:09:55 +08:00
parent b8d7e40317
commit b81dd4c0d6
1 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ module.exports = {
assetsPublicPath: '/',
proxyTable: {
'/api': {
target: 'http://192.168.0.29:8088/',
target: 'http://192.168.0.112:8088/',
changeOrigin: true,
pathRewrite: {
'^/api': ''
@ -20,7 +20,7 @@ module.exports = {
},
// Various Dev Server settings
host: 'localhost', // can be overwritten by process.env.HOST
host: '192.168.0.37', // can be overwritten by process.env.HOST
port: 8080, // can be overwritten by process.env.PORT, if port is in use, a free one will be determined
autoOpenBrowser: false,
errorOverlay: true,