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


불러오는 중...
취소
저장