From 1ce8dd8980692da59fac09d4f868b490f7f74b88 Mon Sep 17 00:00:00 2001
From: yupan <yupanx@163.com>
Date: Thu, 27 Oct 2022 10:24:24 +0800
Subject: [PATCH] Merge branch 'master' of http://blit.7drlb.com:8888/r/moral_fronted

---
 vue.config.js |   20 ++++++++++----------
 1 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/vue.config.js b/vue.config.js
index 3cb4073..90e8e90 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -45,17 +45,17 @@
         pathRewrite: {
           ['^' + process.env.VUE_APP_BASE_API]: ''
         }
+      },
+      '/Req': {
+        // target: `http://192.168.1.129:8080/screen/login?account=chenxi&password=123456`,
+        // target: `http://localhost:${port}/mock`,
+        target: `http://192.168.55.1:8081/`,
+        secure: false, // ���������https������������������������������������true
+        changeOrigin: true,
+        pathRewrite: {
+          '^/Req': ''
+        }
       }
-      // '/Req': {
-      //   // target: `http://192.168.1.129:8080/screen/login?account=chenxi&password=123456`,
-      //   // target: `http://localhost:${port}/mock`,
-      //   target: `http://121.43.179.139:8080`,
-      //   secure: false, // ���������https������������������������������������true
-      //   changeOrigin: true,
-      //   pathRewrite: {
-      //     '^/Req': ''
-      //   }
-      // }
     },
     after: require('./mock/mock-server.js'),
     historyApiFallback: {

--
Gitblit v1.8.0