Browse Source

更改首页

iZaiZaiA 2 năm trước cách đây
mục cha
commit
09328727d4
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/home/index.vue

+ 1 - 1
src/views/home/index.vue

@@ -46,7 +46,7 @@ const SearchKeyInput = (value) => {
 }
 
 //切换图标
-const ImgTextIndex = ref(1)
+const ImgTextIndex = ref(3)
 const getImgText = (index) => {
     ImgTextIndex.value = index
 }