Merge branch 'main' into next

This commit is contained in:
xilesun 2024-07-16 11:34:19 +08:00
commit 128a000799

View File

@ -180,7 +180,7 @@ export class Application {
}
getName() {
return this.name || getSubAppName(this.getPublicPath()) || null;
return getSubAppName(this.getPublicPath()) || null;
}
getPublicPath() {