fix bug:topology css style affect other pages

This commit is contained in:
龚祖望 2022-09-27 17:49:02 +08:00
parent 4eb4b00afe
commit dbc5f8def0
4 changed files with 11292 additions and 13 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1103,6 +1103,6 @@ export const defalutMaterials = [
export const images = [
{
image:
'https://iconfont.alicdn.com/t/d2ffc78f-ce7a-4b02-94c9-7a2224bf8485.png'
''
}
]

View File

@ -16,7 +16,7 @@ import Vue from 'vue'
// topology-vue
import topology from 'topology-vue'
// topology-vue.css
import 'topology-vue/topology-vue.css'
import '@/styles/topology-vue.css'
Vue.use(topology)
import {
defalutMenus,

View File

@ -149,17 +149,7 @@ export default {
}
]
},
alarmList: [
{
deviceNo: 'A000001',
url: require('@/assets/images/fm100.png'),
alarmTime: '2022/09/25',
alarmStatus: 1,
statusDesc: '未处理',
deviceType: 'M168-LoRa-FM100',
alarmLevel: 0
}
],
alarmList: [],
alarmNum: 0,
unprocessedAlarmNum: 0,
emergencyNum: 0,