mirror of
				https://gitee.com/hhyykk/ipms-sjy.git
				synced 2025-11-01 02:38:43 +08:00 
			
		
		
		
	登录请求params更换为data,防止暴露url
This commit is contained in:
		| @@ -11,7 +11,7 @@ export function login(username, password, code, uuid) { | ||||
|   return request({ | ||||
|     url: '/login', | ||||
|     method: 'post', | ||||
|     params: data | ||||
|     data: data | ||||
|   }) | ||||
| } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 RuoYi
					RuoYi