增加端口
parent
abcf2864d2
commit
e93e7f4bcd
|
|
@ -33,7 +33,9 @@ module.exports = {
|
|||
proxy: {
|
||||
// detail: https://cli.vuejs.org/config/#devserver-proxy
|
||||
[process.env.VUE_APP_BASE_API]: {
|
||||
target: `http://localhost:7170`,
|
||||
// target: `http://localhost:7170`,
|
||||
|
||||
target: `http://localhost:7070`,
|
||||
// target: `http://221.195.106.155:8090`,
|
||||
changeOrigin: true,
|
||||
pathRewrite: {
|
||||
|
|
|
|||
Loading…
Reference in New Issue