소스 검색

预发布地址

chenrui 4 년 전
부모
커밋
45e5969611
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      vue.config.js

+ 2 - 1
vue.config.js

@@ -109,7 +109,8 @@ const vueConfig = {
     proxy: {
       '/api': {
         // target: 'http://192.168.16.102:8101/cw-coupon/',
-        target: 'http://192.168.16.103:8104/cw-coupon/',
+        // target: 'http://192.168.16.103:8104/cw-coupon/',
+        target: 'http://carwash-coupon.test.zyucgj.com/cw-coupon/',
         // target: 'http://carwash.test.zyucgj.com/cw-coupon/',
         ws: false,
         changeOrigin: true,