From 8c704129577e13e3b43aab1405a5655708bf0208 Mon Sep 17 00:00:00 2001 From: huliyong <2783385703@qq.com> Date: Tue, 6 May 2025 21:46:03 +0800 Subject: [PATCH] =?UTF-8?q?config.js=E4=B8=AD=E7=9A=84API=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=EF=BC=8C=E6=96=B0=E5=A2=9Etest=E7=8E=AF=E5=A2=83?= =?UTF-8?q?=E5=B9=B6=E6=9B=B4=E6=96=B0prod=E7=8E=AF=E5=A2=83=E7=9A=84baseU?= =?UTF-8?q?rl=EF=BC=8C=E4=BB=A5=E4=BE=BF=E6=9B=B4=E5=A5=BD=E5=9C=B0?= =?UTF-8?q?=E6=94=AF=E6=8C=81=E4=B8=8D=E5=90=8C=E7=8E=AF=E5=A2=83=E7=9A=84?= =?UTF-8?q?API=E8=B0=83=E7=94=A8=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/config.js b/config.js index 6ccb044..dd5b3a7 100644 --- a/config.js +++ b/config.js @@ -16,8 +16,11 @@ const config = { dev : { baseUrl : 'http://h5.xzaiyp.top/fission-star-api', }, - prod : { + test : { baseUrl : 'https://fission-star-api.hhlm1688.com/fission-star-api', + }, + prod : { + baseUrl : 'https://www.liebianxing.site/lbx-api', } }