初始化

This commit is contained in:
bobobobo
2026-01-05 20:05:58 +08:00
parent 24731d1949
commit 07cd0f6b37

View File

@@ -4,8 +4,8 @@
import { useAuthUser } from './composables/useAuthUser' import { useAuthUser } from './composables/useAuthUser'
import { useUserStore } from './stores/user' import { useUserStore } from './stores/user'
// import { TUIChatKit } from './TUIKit' import { TUIChatKit } from './TUIKit'
// TUIChatKit.init() TUIChatKit.init()
const { token } = useAuthUser() const { token } = useAuthUser()
const { loginTencentIM } = useUserStore() const { loginTencentIM } = useUserStore()