From a413ea959cfcb7874c6062d3f2bff2816d87116e Mon Sep 17 00:00:00 2001 From: zhoucong <123456> Date: 星期一, 16 五月 2022 14:28:19 +0800 Subject: [PATCH] 合并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