This commit is contained in:
wuchao 2025-09-11 09:34:26 +08:00
parent 1c7b146643
commit c3a2faddea
1 changed files with 1 additions and 1 deletions

View File

@ -208,7 +208,7 @@ function Home() {
console.log("tid: ",authStore.tid) console.log("tid: ",authStore.tid)
const tid = authStore.tid const tid = authStore.tid
if (code) { if (code) {
if(tid == 783 || tid == 788 || tid ==790 || tid == 10081 || tid == 10084 || tid == 10088 || tid == 10090){ if(tid == 783 || tid == 788 || tid ==790 || tid == 10081 || tid == 10084 || tid == 10088 || tid == 10090 || tid == 10092 || tid == 10096 ){
const tid = authStore.tid const tid = authStore.tid
authStore.setCode(code) authStore.setCode(code)
navigateActivityPage(tid) navigateActivityPage(tid)