From ef09807eb1f999b2aada1f39cb9b2bd058d94bb7 Mon Sep 17 00:00:00 2001 From: zyronon Date: Thu, 4 Apr 2024 00:41:46 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9base=E5=9C=B0=E5=9D=80?= =?UTF-8?q?=EF=BC=8C=E8=A7=A3=E5=86=B3gp-pages=E6=97=A0=E6=B3=95=E8=AF=B7?= =?UTF-8?q?=E6=B1=82=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/config/index.js b/src/config/index.js index 72c7097..0dd8eac 100644 --- a/src/config/index.js +++ b/src/config/index.js @@ -4,8 +4,8 @@ export default { filePreview: 'http://192.168.0.103/static/uploads/' } const BASE_URL_MAP = { - DEV: '', - PROD: '', + DEV: './', + PROD: './', UNI: 'https://dy.ttentau.top' }