修复了选择语言不刷新的问题

This commit is contained in:
2020-11-03 10:17:52 +08:00
parent 613dc56db2
commit 74ccc85a0d
2 changed files with 37 additions and 11 deletions

View File

@@ -1005,3 +1005,9 @@ export async function getaddr() {
// const res = await get('StopMCUMixTranscode', {roomid});
// console.log(res)
// }
export async function interests() {
const res = await get('interests');
return res.data;
}