From b973c8bdbbe53a76a7fcdcbdcec06d71b92c6fdb Mon Sep 17 00:00:00 2001 From: liangguodong Date: Tue, 10 Mar 2026 10:14:55 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=89=8D=E7=AB=AF=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/js/utils/http.js | 2 +- client/project.config.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/client/js/utils/http.js b/client/js/utils/http.js index 7c2b4a0..2677250 100644 --- a/client/js/utils/http.js +++ b/client/js/utils/http.js @@ -3,7 +3,7 @@ */ // API基础地址(开发环境) -const BASE_URL = 'https://express-0a1p-230010-4-1408549115.sh.run.tcloudbase.com/api'; +const BASE_URL = 'https://express-fuvd-231535-4-1409819450.sh.run.tcloudbase.com/api'; /** * 发送HTTP请求 diff --git a/client/project.config.json b/client/project.config.json index fbf5901..92a1e10 100644 --- a/client/project.config.json +++ b/client/project.config.json @@ -1,6 +1,6 @@ { - "appid": "wx772e2f0fbc498020", - "compileType": "game", + "appid": "wxed1cd84761d927fd", + "compileType": "miniprogram", "projectname": "stardom-story", "setting": { "es6": true,