feat: 证书申请延长超时时间 (#1511)

pull/1515/head
zhengkunwang223 2023-07-03 14:58:22 +08:00 committed by GitHub
parent b780df96af
commit 105c249d97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 1 deletions

View File

@ -100,7 +100,7 @@ export const ListSSL = (req: Website.SSLReq) => {
};
export const CreateSSL = (req: Website.SSLCreate) => {
return http.post<Website.SSLCreate>(`/websites/ssl`, req, 60000);
return http.post<Website.SSLCreate>(`/websites/ssl`, req, 100000);
};
export const DeleteSSL = (req: Website.DelReq) => {

View File

@ -1184,6 +1184,8 @@ const message = {
upgradeHelper: 'The abnormal application needs to be synchronized to the normal state first',
installWarn:
' Port external access is not enabled, and cannot be accessed through the external network IP:port. Do you want to continue?',
restoreWarn:
'The restore operation will delete the current data of the application and restart it. This operation cannot be rolled back, continue?',
},
website: {
website: 'Website',

View File

@ -1121,6 +1121,8 @@ const message = {
allReadyInstalled: '',
installHelper: '',
upgradeHelper: '',
installWarn: 'IP: ',
restoreWarn: '?',
},
website: {
website: '',

View File

@ -1128,6 +1128,7 @@ const message = {
installHelper: '',
upgradeHelper: '',
installWarn: '访IP:访',
restoreWarn: '?',
},
website: {
website: '',