소스 검색

添加跳转账户中心登录的配置

yingp 7 년 전
부모
커밋
e440ae4be3
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/main/resources/application.yml

+ 1 - 0
src/main/resources/application.yml

@@ -33,6 +33,7 @@ sso:
     getUserspace: http://10.10.100.133:9990/api/userspace/info/spaceUU?spaceUU={uu}
     bindApp: http://10.10.100.133:9990/api/userspace?_operate=bind&appId=saas&spaceUU={uu}
     saveUser: http://10.10.100.133:9990/api/user?_operate=add&appId=saas&spaceUU={uu}
+    login: https://sso.ubtob.com/?returnURL={returnURL}
   urlExcludes:
     - /css/**
     - /img/**