|  | @@ -129,7 +129,6 @@ const formatTimes = () => {
 | 
	
		
			
				|  |  |    // console.log("🚀 ~ datas", datas)
 | 
	
		
			
				|  |  |    return datas
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  |  const connect = async () => {
 | 
	
		
			
				|  |  |    connentLoading.value = true
 | 
	
		
			
				|  |  |    const behaviorId = sessionStorage.getItem('behaviorId') || search.behaviorId || initBehaviorId
 | 
	
	
		
			
				|  | @@ -147,6 +146,7 @@ const connect = async () => {
 | 
	
		
			
				|  |  |      platform: 'WEB',
 | 
	
		
			
				|  |  |      clientId: 'STUDENT',
 | 
	
		
			
				|  |  |      hertz: SettingState.sett.hertz,
 | 
	
		
			
				|  |  | +    feature: search.feature || 'PRACTICE',
 | 
	
		
			
				|  |  |      // 这里定义的是数字但是因为是通过input输入所以强制转化一次
 | 
	
		
			
				|  |  |      reactionTimeMs: parseFloat('' + SettingState.eva.reactionTimeMs) || 0,
 | 
	
		
			
				|  |  |      speed: runtime.speed,
 |