|  |  | @@ -268,7 +268,7 @@ import { getCurrentInstance } from "vue"; | 
		
	
		
			
			|  |  |  | import Recorder from "js-audio-recorder"; | 
		
	
		
			
			|  |  |  | import axios from "axios"; | 
		
	
		
			
			|  |  |  | import { awsImgUpload, awsMp3Upload } from "@/apis/createVideo"; | 
		
	
		
			
			|  |  |  | import { ElMessage } from "element-plus"; | 
		
	
		
			
			|  |  |  |  | 
		
	
		
			
			|  |  |  | // 获取AI头像 | 
		
	
		
			
			|  |  |  | const AiFace = ref([]); | 
		
	
		
			
			|  |  |  | function getAiFace() { | 
		
	
	
		
			
				|  |  | 
 |