- 将窗口宽度从 1000 调整为 1920- 将窗口高度从 630 调整为1080
@@ -997,8 +997,8 @@ function openPhotographyDetail() {
clientStore.ipc.removeAllListeners(icpList.utils.openMain);
let params = {
title: '主图与详情生成',
- width: 1000,
- height: 630,
+ width: 1920,
+ height: 1080,
frame: true,
id: "PhotographyDetail",
url: getRouterUrl(href)