Merge branch 'master' of http://git.luyuan.tk/luyuan/beelink into zj
This commit is contained in:
@@ -933,4 +933,14 @@ export async function getlivest() {
|
||||
} else {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
export async function feedback(text: string) {
|
||||
const res = await post<any>("feedback",{desc:text})
|
||||
// todo 返回参数错误
|
||||
if(res.code == 0){
|
||||
message.success(res.msg)
|
||||
}else{
|
||||
message.error(res.msg)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user