소스 검색

更改首页

iZaiZaiA 2 년 전
부모
커밋
09328727d4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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
 }