This commit is contained in:
打豆豆 2024-04-08 09:33:33 +08:00
parent 16537496cc
commit c0b9831a9f
3 changed files with 4 additions and 4 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 30 KiB

View File

@ -35,16 +35,16 @@ module.exports = {
proxy: {
// detail: https://cli.vuejs.org/config/#devserver-proxy
"/prod-api": {
target: `http://192.168.2.104:8063`,
// target: `http://192.168.3.53:8063`,
// target: `http://192.168.2.104:8063`,
target: `http://192.168.3.53:8063`,
changeOrigin: true,
// pathRewrite: {
// ['^' + process.env.VUE_APP_BASE_API]: ''
// }
},
"/ureport": {
target: `http://192.168.2.104:8063`,
// target: `http://192.168.3.53:8063`,
// target: `http://192.168.2.104:8063`,
target: `http://192.168.3.53:8063`,
ws: false,
changeOrigin: true,
pathRewrite: {