From 81f260b13e802fa6fd25fe98908dfdf4922e63d0 Mon Sep 17 00:00:00 2001 From: maxmon <541182180@qq.com> Date: Thu, 7 Apr 2022 23:19:10 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E6=96=B0=E7=94=A8=E6=88=B7?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=88=A0=E9=99=A4=E7=9A=84=E4=BD=BF=E7=94=A8?= =?UTF-8?q?=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fe/config/index.js | 3 ++- fe/index.html | 17 +++++++++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/fe/config/index.js b/fe/config/index.js index 07c68be..94ad609 100644 --- a/fe/config/index.js +++ b/fe/config/index.js @@ -12,7 +12,8 @@ module.exports = { assetsPublicPath: '/', proxyTable: { '/v1/': { - target: 'http://localhost:9060/', + // target: 'http://localhost:9060/', + target: 'https://tekii.cn/', } }, diff --git a/fe/index.html b/fe/index.html index 3f7f0b8..eb11cc6 100644 --- a/fe/index.html +++ b/fe/index.html @@ -33,5 +33,22 @@ background: #cccccc00; } +