feat: 移动端收藏状态

This commit is contained in:
fit2cloud-chenyw
2021-12-09 12:47:07 +08:00
parent e1e770d61b
commit 142ff835ca
5 changed files with 29 additions and 6 deletions

View File

@@ -25,3 +25,10 @@ export function enshrineList(data) {
})
}
export function starStatus(panelId) {
return request({
url: '/api/store/status/' + panelId,
method: 'post',
loading: true
})
}