fix(client): sub application name (#4886)

This commit is contained in:
YANG QIA 2024-07-16 10:04:06 +08:00 committed by GitHub
parent 2c0721b182
commit ac2e2a2043
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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