From 2bc5118b8e9e23c30364008827e2bb228718b64b Mon Sep 17 00:00:00 2001 From: qijia Date: Tue, 6 Jan 2026 10:12:52 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9A=E5=A2=9E=E5=8A=A010102?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/home.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/home.tsx b/src/pages/home.tsx index e3ecf83..5b858a4 100644 --- a/src/pages/home.tsx +++ b/src/pages/home.tsx @@ -211,8 +211,8 @@ function Home() { const tid = authStore.tid; // 活动ID 小于1000的是测试环境,大于的是生产环境 const tids = [ - 783, 795, 788, 790, 797, 798, 799, 10081, 10084, 10088, 10090, 10092, - 10096, 10097, 10099, 10100, 10101 + 783, 788, 790, 797, 798, 799, 10081, 10084, 10088, 10090, 10092, 10096, + 10097, 10099, 10100, 10101, 10102 ]; if (code) { // if(tid == 783 || tid == 788 || tid == 790 || tid == 797 || tid == 10081 || tid == 10084 || tid == 10088 || tid == 10090 || tid == 10092 || tid == 10096 || tid == 10099){