This commit is contained in:
2020-12-02 16:07:05 +08:00
parent 9f228a3ccc
commit 94ac1940bd
4 changed files with 135 additions and 0 deletions

View File

@@ -1238,3 +1238,12 @@ export async function getarticle() {
res2.data
]
}
export async function share() {
const res = await get("share")
if(res.code == 0){
return res.data
}else{
message.error(res.msg);
}
}