Explorar el Código

Merge branch '2023-8-28'

liushengqiang hace 1 año
padre
commit
bed27d6a46
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. 3 1
      src/pc/home/index.tsx

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

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