Explorar o código

feat: lock vue

gemercheung hai 1 ano
pai
achega
ddfcc2a571
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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);
   };