添加title
This commit is contained in:
parent
ec097a587e
commit
13fd2805cb
@ -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: {
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user