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: {


読み込み中…
キャンセル
保存