feat: 新增开发规划

This commit is contained in:
duanshuwen
2026-04-14 07:36:40 +08:00
parent 66db6c462e
commit b3f07c4cfe
8 changed files with 1050 additions and 34 deletions

View File

@@ -815,7 +815,7 @@ class WindowService {
}
_loadPage(window2, pageName) {
{
return window2.loadURL(`${"http://localhost:5173/"}/${pageName}.html`);
return window2.loadURL(`${"http://localhost:5173"}/${pageName}.html`);
}
}
_loadWindowTemplate(window2, name) {