|  | @@ -77,7 +77,8 @@ const user = {
 | 
	
		
			
				|  |  |      // 登录
 | 
	
		
			
				|  |  |      Login({ commit }, userInfo) {
 | 
	
		
			
				|  |  |        const username = userInfo.username.trim()
 | 
	
		
			
				|  |  | -      const password = SM4Encrypt(userInfo.password)
 | 
	
		
			
				|  |  | +      // const password = SM4Encrypt(userInfo.password)
 | 
	
		
			
				|  |  | +      const password = (userInfo.password)
 | 
	
		
			
				|  |  |        const code = userInfo.code
 | 
	
		
			
				|  |  |        const uuid = userInfo.uuid
 | 
	
		
			
				|  |  |        return new Promise((resolve, reject) => {
 |