mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 11:26:55 +00:00
Merge branch 'main' into next
This commit is contained in:
commit
128a000799
@ -180,7 +180,7 @@ export class Application {
|
|||||||
}
|
}
|
||||||
|
|
||||||
getName() {
|
getName() {
|
||||||
return this.name || getSubAppName(this.getPublicPath()) || null;
|
return getSubAppName(this.getPublicPath()) || null;
|
||||||
}
|
}
|
||||||
|
|
||||||
getPublicPath() {
|
getPublicPath() {
|
||||||
|
Loading…
Reference in New Issue
Block a user