更新系统页面和更新功能
- 更新 admin-frontend 系统页面和更新 API - 更新 routes 和 services 中的更新逻辑 - 重新构建前端静态资源
This commit is contained in:
@@ -20,8 +20,7 @@ export async function requestUpdateCheck() {
|
||||
return data
|
||||
}
|
||||
|
||||
export async function requestUpdateRun() {
|
||||
const { data } = await api.post('/update/run', {})
|
||||
export async function requestUpdateRun(payload = {}) {
|
||||
const { data } = await api.post('/update/run', payload)
|
||||
return data
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user