| 
					
				 | 
			
			
				@@ -18,7 +18,7 @@ export const state = reactive({ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     unionId: 0 // 是否已关联账号 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   } as any, // 管乐团信息 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   projectType: 'default' as 'default' | 'tenant', // 机构端,还是默认 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-  payBackPath: '/tenant.html', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  payBackPath: '/tenant/', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   platformType: '' as 'STUDENT' | 'TEACHER', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   platformApi: '/api-student' as '/api-student' | '/api-teacher', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   version: '', // 版本号 例如: 1.0.0 
			 |