优化
This commit is contained in:
15
App.vue
15
App.vue
@@ -1,22 +1,13 @@
|
||||
<script lang="ts">
|
||||
// #ifdef APP-PLUS || H5
|
||||
import { TUIChatKit } from "./TUIKit";
|
||||
TUIChatKit.init();
|
||||
// #endif
|
||||
// Required information
|
||||
// You can get userSig from TencentCloud chat console for Testing TUIKit.
|
||||
// Deploy production environment please get it from your server.
|
||||
// View https://cloud.tencent.com/document/product/269/32688
|
||||
|
||||
|
||||
export default {
|
||||
data() {
|
||||
return {
|
||||
info: {},
|
||||
userSig: "",
|
||||
chatInfo: {},
|
||||
};
|
||||
},
|
||||
onLoad(option) {
|
||||
onLoad() {
|
||||
|
||||
},
|
||||
methods: {
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user