修复了选择语言不刷新的问题
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user