Prechádzať zdrojové kódy

Merge remote-tracking branch 'origin/master'

lipenghui 1 týždeň pred
rodič
commit
7445a486be
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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,