feat: add loginType and deploy load sever
This commit is contained in:
		| @@ -7,6 +7,7 @@ export const queryLogin = async (username: string, password: string) => { | ||||
|     payload: { | ||||
|       username, | ||||
|       password, | ||||
|       loginType: 'plugin', | ||||
|     }, | ||||
|   }); | ||||
| }; | ||||
| @@ -23,6 +24,7 @@ export const switchOrg = async (username) => { | ||||
|     path: 'user', | ||||
|     key: 'switchOrg', | ||||
|     data: { | ||||
|       loginType: 'plugin', | ||||
|       username, | ||||
|     }, | ||||
|   }); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user