增加批量上传证书功能

This commit is contained in:
刘祥超
2023-03-24 15:05:31 +08:00
parent 3fe67bb179
commit 6658028f90
8 changed files with 242 additions and 4 deletions

View File

@@ -21,6 +21,7 @@ func init() {
Data("leftMenuItem", "cert").
Get("", new(IndexAction)).
GetPost("/uploadPopup", new(UploadPopupAction)).
GetPost("/uploadBatchPopup", new(UploadBatchPopupAction)).
Post("/delete", new(DeleteAction)).
GetPost("/updatePopup", new(UpdatePopupAction)).
Get("/certPopup", new(CertPopupAction)).