mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-06 05:59:25 +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() {
|
getName() {
|
||||||
return getSubAppName(this.getPublicPath()) || null;
|
return this.name || getSubAppName(this.getPublicPath()) || null;
|
||||||
}
|
}
|
||||||
|
|
||||||
getPublicPath() {
|
getPublicPath() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user