Browse Source

去掉能源页面动画

develop
gaoguangchao 2 weeks ago
parent
commit
0ca51d3a29
  1. 1
      ruoyi-ui/src/views/JiHeExpressway/pages/Home/carbon.vue
  2. 4
      ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/carbon/contentItem/index.vue

1
ruoyi-ui/src/views/JiHeExpressway/pages/Home/carbon.vue

@ -278,7 +278,6 @@ export default {
btnClick(val) {
if (val) {
this.active = val
this.getEnergyAnalysisBySiteCode()
}
},
}

4
ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/carbon/contentItem/index.vue

@ -28,10 +28,10 @@ export default {
},
methods: {
transitionAnimation() {
this.show = false;
/*this.show = false;
setTimeout(() => {
this.show = true;
}, 500);
}, 500);*/
}
}
}

Loading…
Cancel
Save