Kaynağa Gözat

Merge remote-tracking branch 'origin/master'

lipenghui 1 hafta önce
ebeveyn
işleme
7445a486be
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      src/api/user.ts

+ 1 - 1
src/api/user.ts

@@ -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,