改为页面跳转

This commit is contained in:
2024-04-02 21:30:05 +08:00
parent 4d58059063
commit 68a08d785e
6 changed files with 116 additions and 54 deletions

View File

@@ -0,0 +1,4 @@
export class PageRouter{
static readonly WebPage: string = "@bundle:net.devwiki.hm4demo/app/ets/pages/WebPage"
}