diff --git a/src/pages/home.tsx b/src/pages/home.tsx index f105b3c..fb1ed58 100644 --- a/src/pages/home.tsx +++ b/src/pages/home.tsx @@ -207,7 +207,7 @@ function Home() { // const redirectUrl = urlParams.get('redirect_url') console.log("tid: ",authStore.tid) const tid = authStore.tid - const tids = [783, 788, 790, 797, 798, 799, 10081, 10084, 10088, 10090, 10092, 10096, 10099, 10100, 10101]; + const tids = [783, 795, 788, 790, 797, 798, 799, 10081, 10084, 10088, 10090, 10092, 10096, 10097, 10099, 10100, 10101]; 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(tids.some(v => v == tid)){ diff --git a/src/utils/Requests.ts b/src/utils/Requests.ts index 75b3a13..9287632 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,797,798,799 + 2,3,674,675,676,677,690,691,695,696,697,698,699,780,781,782,783,784,785,786,787,788,789,790,795,797,798,799 ] export const mRequest = async (req: ReqParam) => {