添加title

This commit is contained in:
hzz 2023-06-08 18:07:29 +08:00
parent ec097a587e
commit 13fd2805cb
2 changed files with 2 additions and 0 deletions

View File

@ -26,6 +26,7 @@ let route = useRoute()
let ids = route.query.ids as string
let unit = route.query.unit as string
let timer = null
document.title = t('messages.传感器监测走势图')
type calcType = {
name: string,
math: {

View File

@ -77,6 +77,7 @@ let { t } = useI18n();
let router = useRouter()
const store = useSocketStore();
let deptIds = '6,7,9,10,11'
document.title = t('messages.环境 实时监测系统')
let titleTip = [
{
color: "#E43961",