liushengqiang 2 년 전
부모
커밋
6df78a40b9
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      src/pc/home/index.tsx

+ 3 - 1
src/pc/home/index.tsx

@@ -1815,9 +1815,11 @@ export default defineComponent({
 				if (res.data.uploadStatus !== "YES") {
 					data.item = { ...res.data, visualObj: abcData.visualObj };
 					data.uploadShow = true;
+				} else {
+					message.info('已是最新版本')
 				}
 			}
-		};
+		};	
 
 		return () => (
 			<>