Browse Source

feat: lock vue

gemercheung 1 năm trước cách đây
mục cha
commit
ef945e34a0
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/components/hotspot/index.vue

+ 1 - 1
src/components/hotspot/index.vue

@@ -190,7 +190,7 @@
       url = getApp().resource.getAppURL('images/tag_icon_default.svg');
     } else {
       url =
-        icon == '' || !icon ? getApp().resource.getAppURL('images/tag/tag_icon_default.svg') : icon;
+        icon == '' || !icon ? getApp().resource.getAppURL('images/tag_icon_default.svg') : icon;
     }
     return changeUrl(url, true);
   };