feat(标签页): 页面标题更改
This commit is contained in:
parent
8a36bad4a7
commit
b436908f38
@ -1,10 +1,10 @@
|
||||
import defaultSettings from '@/settings'
|
||||
import defaultSettings from "@/settings";
|
||||
|
||||
const title = defaultSettings.title || 'Ops system'
|
||||
const title = defaultSettings.title || "likei";
|
||||
|
||||
export default function getPageTitle(pageTitle) {
|
||||
if (pageTitle) {
|
||||
return `${pageTitle} - ${title}`
|
||||
return `${pageTitle} - ${title}`;
|
||||
}
|
||||
return `${title}`
|
||||
return `${title}`;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user