Karsa 3 năm trước cách đây
mục cha
commit
a9ae622b6b
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      src/views/ssbg/roadshow/rsCalendar.vue

+ 2 - 2
src/views/ssbg/roadshow/rsCalendar.vue

@@ -20,12 +20,12 @@ const actionsList = ref([
   {
     label: '今天',
     key: 'weeknow',
-    img: '../../../assets/ssbg/calendar_ico.png',
+    img: import("@/assets/ssbg/calendar_ico.png"),
   },
   {
     label: '选择研究员',
     key: 'choose',
-    img: '../../../assets/ssbg/choose_ico.png',
+    img: import("@/assets/ssbg/choose_ico.png"),
   },
 ]);