gemercheung 1 rok temu
rodzic
commit
ddfcc2a571
1 zmienionych plików z 1 dodań i 1 usunięć
  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/hotpot-default.svg') : icon;
+        icon == '' || !icon ? getApp().resource.getAppURL('images/tag/tag_icon_default.svg') : icon;
     }
     return changeUrl(url, true);
   };