mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-05 13:39:24 +08:00
fix(client): sub application name (#4886)
This commit is contained in:
parent
2c0721b182
commit
ac2e2a2043
@ -180,7 +180,7 @@ export class Application {
|
||||
}
|
||||
|
||||
getName() {
|
||||
return getSubAppName(this.getPublicPath()) || null;
|
||||
return this.name || getSubAppName(this.getPublicPath()) || null;
|
||||
}
|
||||
|
||||
getPublicPath() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user