logo
This commit is contained in:
parent
16537496cc
commit
c0b9831a9f
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 |
@ -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: {
|
||||
|
Loading…
Reference in New Issue
Block a user