浏览代码

fix: 去除WxLocation组件多余Location图标

dhb52 2 年之前
父节点
当前提交
fbbf4131f6
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/mp/components/wx-location/main.vue

+ 1 - 1
src/views/mp/components/wx-location/main.vue

@@ -31,7 +31,6 @@
           />
         </el-row>
         <el-row>
-          <el-icon><Location /></el-icon>
           <Icon icon="ep:location" />
           {{ label }}
         </el-row>
@@ -39,6 +38,7 @@
     </el-link>
   </div>
 </template>
+
 <script setup lang="ts" name="WxLocation">
 const props = defineProps({
   locationX: {