| | |
| | | placeholder="请输入搜索内容" |
| | | class="long-input" |
| | | :prefix-icon="Search" |
| | | @input="searchFile" |
| | | /> |
| | | <el-select |
| | | v-model="searchSubject" |
| | | placeholder="请选择科目" |
| | | class="ml-4 long-select" |
| | | @change="searchFile" |
| | | clearable |
| | | > |
| | | <el-option |
| | |
| | | v-model="searchContentType" |
| | | placeholder="请选择文件类型" |
| | | class="ml-4 long-select" |
| | | @change="searchFile" |
| | | clearable |
| | | > |
| | | <el-option |
| | |
| | | const { userInfo } = storeToRefs(userStore); |
| | | const { status, message, error, connect, disconnect, sendMessage } = |
| | | useWebScoket({ |
| | | url: "wss://42.193.1.25:8000/websocket/" + userInfo.value.id, |
| | | url: "wss://www.kgmeet.com:18443/websocket/" + userInfo.value.id, |
| | | heartBeatData: "ping", |
| | | }); |
| | | |