gr 1 year ago
parent
commit
480fd66d8c

BIN
src/assets/imgs/common/legend-cg.png


BIN
src/assets/imgs/header/legend-cg.png


+ 1 - 1
src/views/home/cpns/UnderWaterLegend.vue

@@ -1,5 +1,5 @@
 <template>
-  <img v-if="showState.show_hdsj||showState.show_sxdx" src="../../../assets/imgs/header/legend-cg.png" alt="" class="legend">
+  <img v-if="showState.show_hdsj||showState.show_sxdx" src="../../../assets/imgs/common/legend-cg.png" alt="" class="legend">
 </template>
 
 <script setup>