|  | @@ -19,6 +19,10 @@ export default defineComponent({
 | 
	
		
			
				|  |  |      type: {
 | 
	
		
			
				|  |  |        type: String,
 | 
	
		
			
				|  |  |        default: 'LOGIN'
 | 
	
		
			
				|  |  | +    },
 | 
	
		
			
				|  |  | +    clientId: {
 | 
	
		
			
				|  |  | +      type: String,
 | 
	
		
			
				|  |  | +      default: 'cooleshow-student'
 | 
	
		
			
				|  |  |      }
 | 
	
		
			
				|  |  |    },
 | 
	
		
			
				|  |  |    emits: ['close', 'sendCode'],
 | 
	
	
		
			
				|  | @@ -77,7 +81,7 @@ export default defineComponent({
 | 
	
		
			
				|  |  |            requestType: 'form',
 | 
	
		
			
				|  |  |            hideLoading: true,
 | 
	
		
			
				|  |  |            data: {
 | 
	
		
			
				|  |  | -            clientId: 'cooleshow-student',
 | 
	
		
			
				|  |  | +            clientId: this.clientId,
 | 
	
		
			
				|  |  |              type: 'REGISTER',
 | 
	
		
			
				|  |  |              mobile: this.phone
 | 
	
		
			
				|  |  |            }
 |