zhaoy 9 月之前
父節點
當前提交
171eae0875
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      config/proxy.js

+ 2
- 2
config/proxy.js 查看文件

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


Loading…
取消
儲存