Karsa 3 years ago
parent
commit
a9ae622b6b
1 changed files with 2 additions and 2 deletions
  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: '今天',
     label: '今天',
     key: 'weeknow',
     key: 'weeknow',
-    img: '../../../assets/ssbg/calendar_ico.png',
+    img: import("@/assets/ssbg/calendar_ico.png"),
   },
   },
   {
   {
     label: '选择研究员',
     label: '选择研究员',
     key: 'choose',
     key: 'choose',
-    img: '../../../assets/ssbg/choose_ico.png',
+    img: import("@/assets/ssbg/choose_ico.png"),
   },
   },
 ]);
 ]);