From ad7d05e0556b4b92d0fcd69fddb9deb6ff0d02bb Mon Sep 17 00:00:00 2001 From: xiaogang <825201136@qq.com> Date: Thu, 30 Oct 2025 16:52:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/home.tsx | 2 +- src/utils/Requests.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/home.tsx b/src/pages/home.tsx index 3af8e12..71b41d1 100644 --- a/src/pages/home.tsx +++ b/src/pages/home.tsx @@ -208,7 +208,7 @@ function Home() { console.log("tid: ",authStore.tid) const tid = authStore.tid 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 ){ + if(tid == 783 || tid == 788 || tid == 790 || tid == 797 || tid == 10081 || tid == 10084 || tid == 10088 || tid == 10090 || tid == 10092 || tid == 10096 || tid == 10099){ const tid = authStore.tid authStore.setCode(code) navigateActivityPage(tid) diff --git a/src/utils/Requests.ts b/src/utils/Requests.ts index cfed6f2..cd2dcdd 100644 --- a/src/utils/Requests.ts +++ b/src/utils/Requests.ts @@ -9,7 +9,7 @@ export interface ReqParam { } const test_customer_id = [ - 2,3,674,675,676,677,690,691,695,696,697,698,699,780,781,782,783,784,785,786,787,788,789,790 + 2,3,674,675,676,677,690,691,695,696,697,698,699,780,781,782,783,784,785,786,787,788,789,790,797 ] export const mRequest = async (req: ReqParam) => {