Browse Source

z

kitchenmanage
zhaoy 7 months ago
parent
commit
6661e44786
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      config/proxy.js

+ 3
- 3
config/proxy.js View File

@@ -9,7 +9,7 @@
export default {
dev: {
'/saasbase/': {
target: 'http://192.168.1.19:5006/',
target: 'http://localhost:5006/',
changeOrigin: true,
secure: false, //关闭证书验证
pathRewrite: {
@@ -17,7 +17,7 @@
},
},
'/kitchbase/': {
target: 'http://192.168.1.19:5007/',
target: 'http://localhost:5007/',
changeOrigin: true,
secure: false, //关闭证书验证
pathRewrite: {
@@ -25,7 +25,7 @@
},
},
'/kitchorder/': {
target: 'http://192.168.1.19:5005/',
target: 'http://localhost:5005/',
changeOrigin: true,
secure: false, //关闭证书验证
pathRewrite: {


Loading…
Cancel
Save