mirror of
https://github.com/dataease/dataease.git
synced 2026-05-19 18:38:16 +08:00
Merge branch 'dev' into pr@dev@variable
This commit is contained in:
@@ -25,3 +25,10 @@ export function enshrineList(data) {
|
||||
})
|
||||
}
|
||||
|
||||
export function starStatus(panelId) {
|
||||
return request({
|
||||
url: '/api/store/status/' + panelId,
|
||||
method: 'post',
|
||||
loading: true
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user