|  | @@ -178,7 +178,7 @@ export async function httpRequest (file, name, type, maxValue) { // 阿里云OSS
 | 
	
		
			
				|  |  |    const year = now.getFullYear()
 | 
	
		
			
				|  |  |    const month = now.getMonth() + 1
 | 
	
		
			
				|  |  |    const day = now.getDate() > 10 ? now.getDate() : '0' + now.getDate()
 | 
	
		
			
				|  |  | -  const filePath = '/attachment-file/assess/' + type + '/' + year + '/' + month + '/' + day + '/' + now.getTime()
 | 
	
		
			
				|  |  | +  const filePath = '/attachment-file/jy/' + type + '/' + year + '/' + month + '/' + day + '/' + now.getTime()
 | 
	
		
			
				|  |  |    // console.log(filePath, '文件存储路径')
 | 
	
		
			
				|  |  |    const fileName = filePath + name + '.' + exname
 | 
	
		
			
				|  |  |    // console.log(fileName, '文件名')
 |