소스 검색

Merge branch 'sso' of shuzhihua/randd-vue into master

yanghao 1 개월 전
부모
커밋
2becd2d0ab
1개의 변경된 파일과 1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/api/login/index.ts

+ 1 - 1
src/api/login/index.ts

@@ -26,7 +26,7 @@ export const login = (data: UserLoginVO) => {
 export const portalLogin = (data: any) => {
   return request.post({
     url: 'system/auth/portal/login',
-    headers: { 'portal-secret': '71ba46d3-3dd4-5232-9b7e-75765b36897f' },
+    headers: { 'portal-secret': '71ba46d3-3dd4-5232-9b7e-75765b36897f', 'tenant-id': 1 },
     data
   })
 }