fix title
This commit is contained in:
parent
bc6b4c8e4b
commit
951b15ad35
1 changed files with 2 additions and 1 deletions
|
|
@ -91,7 +91,8 @@ export const useInterfaceStore = defineStore('interface', {
|
|||
},
|
||||
setPageTitle(option = '') {
|
||||
try {
|
||||
document.title = `${option} ${useInstanceStore().name}`
|
||||
console.log('TITLE', option, useInstanceStore().instanceIdentity.name)
|
||||
document.title = `${option} ${useInstanceStore().instanceIdentity.name}`
|
||||
} catch (error) {
|
||||
console.error(`${error}`)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue