mirror of
https://github.com/certd/certd.git
synced 2026-04-23 03:27:25 +08:00
fix: 修复1panel2.1.0新版本测试失败的问题
This commit is contained in:
@@ -151,6 +151,8 @@ export class OnePanelAccess extends BaseAccess {
|
||||
data: {
|
||||
page: 1,
|
||||
pageSize: 1,
|
||||
order: "ascending",
|
||||
orderBy: "expire_date"
|
||||
},
|
||||
});
|
||||
return "ok";
|
||||
|
||||
@@ -191,6 +191,8 @@ export class OnePanelDeployToWebsitePlugin extends AbstractTaskPlugin {
|
||||
data: {
|
||||
page: 1,
|
||||
pageSize: 99999,
|
||||
order: "ascending",
|
||||
orderBy: "expire_date"
|
||||
},
|
||||
currentNode: this.currentNode,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user