src/assets/css/common.css | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/components/scrollAd.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/views/main.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/assets/css/common.css
@@ -434,6 +434,9 @@ background-color: transparent; } .el-checkbox__label { color: #fff; } .el-dialog .el-checkbox__label { color: #333; } .el-form-item { src/components/scrollAd.vue
@@ -19,7 +19,6 @@ // 跑完一屏用的时间 m const SCREEN_DURATION = 30; const MINCOUNT = 30; const REF = ['con1', 'con2']; let offset = { '0': 0, src/views/main.vue
@@ -142,6 +142,7 @@ } ,loop () { this.timer.start(() => { console.log('getAllRtAlarm'); this.getConnect(); this.getAllRtAlarm(); this.timer.open(); @@ -180,6 +181,7 @@ mounted () { this.loop(); this.$router.afterEach((to, from) => { // console.log('main afterEach'); this.loop(); }); },