From c1df656dee7e75d109d2bee05f0c129e13e9367a Mon Sep 17 00:00:00 2001
From: panzy <225@qq.com>
Date: 星期六, 21 五月 2022 06:49:26 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/shf' into shf

---
 config/index.js |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

diff --git a/config/index.js b/config/index.js
index d087506..66ee7be 100644
--- a/config/index.js
+++ b/config/index.js
@@ -9,7 +9,15 @@
     // Paths
     assetsSubDirectory: 'static',
     assetsPublicPath: '/',
-    proxyTable: {},
+    proxyTable: {
+        '/taboi': {
+            target: 'http://123.56.127.115:8011', // 你接口的域名
+            changeOrigin: true,
+            pathRewrite: {
+                '^/taboi': '/taboi'
+            },
+        },
+    },
 
     // Various Dev Server settings
 

--
Gitblit v1.9.2