mirror of
				https://gitee.com/hhyykk/ipms-sjy.git
				synced 2025-11-04 12:18:42 +08:00 
			
		
		
		
	修复时间格式不支持ios问题
This commit is contained in:
		@@ -17,6 +17,8 @@ export function parseTime(time, pattern) {
 | 
			
		||||
	} else {
 | 
			
		||||
		if ((typeof time === 'string') && (/^[0-9]+$/.test(time))) {
 | 
			
		||||
			time = parseInt(time)
 | 
			
		||||
		} else if (typeof time === 'string') {
 | 
			
		||||
			time = time.replace(new RegExp(/-/gm), '/');
 | 
			
		||||
		}
 | 
			
		||||
		if ((typeof time === 'number') && (time.toString().length === 10)) {
 | 
			
		||||
			time = time * 1000
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user