This commit is contained in:
2026-03-17 13:04:47 +08:00
parent 3b392f4e83
commit e8d0135425

View File

@@ -20,7 +20,7 @@ export default function HomePage(props: any) {
const a = document.createElement('a');
a.href =
'http://wxp.cdp.iwincloud.com:8091/printDesigner/front?soid=10&mode=local';
'https://wxplcdp.winning.com.cn/lcdp/index.html/#/login';
a.target = '_blank';
a.click();
};