Revert "fix(client): sub application name (#4886)" (#4887)

This reverts commit ac2e2a2043.
This commit is contained in:
YANG QIA 2024-07-16 11:33:30 +08:00 committed by GitHub
parent ac2e2a2043
commit 90a48c847f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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