[*] 日常优化

This commit is contained in:
acgist
2023-10-20 07:35:27 +08:00
parent d1d15d7443
commit 5e6f1b608d
2 changed files with 10 additions and 4 deletions

View File

@@ -164,7 +164,7 @@ export default {
},
async loadList() {
this.rooms = await this.taoyao.roomList();
this.medias = await this.taoyao.mediaList();
this.medias = await this.taoyao.mediaServerList();
this.clients = await this.taoyao.mediaClientList();
},
async sessionCall() {