diff --git a/ruoyi-ui/src/views/JiHeExpressway/pages/control/event/dispatch/EventDetailDialog/Carousel/index.vue b/ruoyi-ui/src/views/JiHeExpressway/pages/control/event/dispatch/EventDetailDialog/Carousel/index.vue index 42b14da7..eb1dff33 100644 --- a/ruoyi-ui/src/views/JiHeExpressway/pages/control/event/dispatch/EventDetailDialog/Carousel/index.vue +++ b/ruoyi-ui/src/views/JiHeExpressway/pages/control/event/dispatch/EventDetailDialog/Carousel/index.vue @@ -25,24 +25,24 @@ export default { data() { return { carouselItems: [ - { - "imageURL": "shareWith/message-active.svg" - }, - { - "imageURL": "shareWith/message.svg" - }, - { - "imageURL": "shareWith/website-active.svg" - }, - { - "imageURL": "shareWith/website.svg" - }, - { - "imageURL": "shareWith/weChat-active.svg" - }, - { - "imageURL": "shareWith/weChat-active.svg" - } + // { + // "imageURL": "shareWith/message-active.svg" + // }, + // { + // "imageURL": "shareWith/message.svg" + // }, + // { + // "imageURL": "shareWith/website-active.svg" + // }, + // { + // "imageURL": "shareWith/website.svg" + // }, + // { + // "imageURL": "shareWith/weChat-active.svg" + // }, + // { + // "imageURL": "shareWith/weChat-active.svg" + // } ], settings: { infinite: true, diff --git a/ruoyi-ui/src/views/JiHeExpressway/pages/control/event/dispatch/EventDetailDialog/index.vue b/ruoyi-ui/src/views/JiHeExpressway/pages/control/event/dispatch/EventDetailDialog/index.vue index 9bbd6616..0e823752 100644 --- a/ruoyi-ui/src/views/JiHeExpressway/pages/control/event/dispatch/EventDetailDialog/index.vue +++ b/ruoyi-ui/src/views/JiHeExpressway/pages/control/event/dispatch/EventDetailDialog/index.vue @@ -1,5 +1,5 @@