瀏覽代碼

Revert "ceshi"

This reverts commit 161db33
wang_xy 2 年之前
父節點
當前提交
b9b92bf2be
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      vue.config.js

+ 2 - 2
vue.config.js

@@ -52,9 +52,9 @@ module.exports = {
     proxy: {
       // detail: https://cli.vuejs.org/config/#devserver-proxy
       [process.env.VUE_APP_BASE_API]: {
-        target: `http://127.0.0.1:3031`,
+        // target: `http://127.0.0.1:3031`,
         // target: `http://192.168.2.118:3031`,
-        // target: `http://121.36.228.66:3031`,
+        target: `http://121.36.228.66:3031`,
         changeOrigin: true,
         pathRewrite: {
           ['^' + process.env.VUE_APP_BASE_API]: ''