mirror of
				https://gitee.com/hhyykk/ipms-sjy.git
				synced 2025-10-31 10:18:42 +08:00 
			
		
		
		
	增加三方登陆的 redirect uri
This commit is contained in:
		| @@ -40,9 +40,9 @@ export function getCodeImg() { | ||||
| } | ||||
|  | ||||
| // 接入第三方登录 | ||||
| export function oAuthLogin(provider) { | ||||
| export function oAuthLogin(type, redirectUri) { | ||||
|   return request({ | ||||
|     url: '/auth2/authorization/' + provider, | ||||
|     url: '/third-login-redirect?type=' + type + '&redirectUri=' + redirectUri, | ||||
|     method: 'get' | ||||
|   }) | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 YunaiV
					YunaiV