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,
             }
         }