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

+ 2 - 2
vue.config.js

@@ -3,9 +3,9 @@ module.exports = {
         proxy: {
             '/api': {
                 // target:'http://39.107.246.59:81',
-                // target: 'https://api.hunanwanzhu.com',
+                target: 'https://api.hunanwanzhu.com',
                 // target:'http://caos.tederen.com',
-                target: 'https://wx.scxjc.club',
+                // target: 'https://wx.scxjc.club',
                 changeOrigin: true,
             }
         }