This commit is contained in:
bobobobo
2026-02-04 23:01:03 +08:00
parent f59e09f4ee
commit 737d8e9a69
25 changed files with 12456 additions and 106 deletions

View File

@@ -9,13 +9,9 @@
import { TUIChatKit } from './TUIKit'
import { getIpBlack } from './api'
TUIChatKit.init()
// #ifdef APP-PLUS
uni.$TUICallKit = uni.requireNativePlugin('TencentCloud-TUICallKit')
console.log(uni.$TUICallKit, 'TUICallKit ok') // 本地日志
// #endif
const { token, tencentUserSig } = useAuthUser()
const { loginTencentIM } = useUserStore()
@@ -39,7 +35,6 @@
}
onLaunch((e: any) => {
// return
console.log('App Launch111')
silentLogin(e)