@@ -3,7 +3,7 @@ import request from "@/config/axios";
// 钉钉扫码登录
export function socialLogin(type: string, code: string, state: string) {
return request.post({
- url: "/",
+ url: "/system/auth/social-login",
data: {
type,
code,