Browse Source

修改接口名

jwyu 1 year ago
parent
commit
3ce231b4d1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/api/modules/setApi.js

+ 1 - 1
src/api/modules/setApi.js

@@ -243,7 +243,7 @@ const departInterence = {
 	},
 	//从其他系统跳转来用code换token
 	useCodeLogin:params=>{
-		return http.get('/sysuser/get_crm_token',params)
+		return http.get('/sysuser/auth_code_login',params)
 	}
 }