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){