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