liushengqiang 1 年之前
父節點
當前提交
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 () => (
 			<>