Merge pull request !26 from 打豆豆/master
This commit is contained in:
打豆豆 2024-04-08 01:36:28 +00:00 committed by Gitee
commit 61372aea9d
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
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: { proxy: {
// detail: https://cli.vuejs.org/config/#devserver-proxy // detail: https://cli.vuejs.org/config/#devserver-proxy
"/prod-api": { "/prod-api": {
target: `http://192.168.2.104:8063`, // target: `http://192.168.2.104:8063`,
// target: `http://192.168.3.53:8063`, target: `http://192.168.3.53:8063`,
changeOrigin: true, changeOrigin: true,
// pathRewrite: { // pathRewrite: {
// ['^' + process.env.VUE_APP_BASE_API]: '' // ['^' + process.env.VUE_APP_BASE_API]: ''
// } // }
}, },
"/ureport": { "/ureport": {
target: `http://192.168.2.104:8063`, // target: `http://192.168.2.104:8063`,
// target: `http://192.168.3.53:8063`, target: `http://192.168.3.53:8063`,
ws: false, ws: false,
changeOrigin: true, changeOrigin: true,
pathRewrite: { pathRewrite: {