问题修复

This commit is contained in:
2026-07-20 11:29:46 +08:00
parent 2ddae8b2d6
commit 22cdb730d7
5 changed files with 44 additions and 45 deletions
-4
View File
@@ -51,8 +51,4 @@ export const getLogs = (status) => api.get('/logs', { params: { status } })
export const issueCert = (domainId) => api.post(`/acme/issue/${domainId}`)
export const renewCert = (domainId) => api.post(`/acme/renew/${domainId}`)
// Script (通过管理接口获取脚本内容)
export const getScript = (domain, serverName) =>
axios.get('/api/script', { params: { domain, server_name: serverName } })
export default api