ludc
2023-09-18 8b6565f10d356ae2cac83cfa2bbdcbcd5d99db40
Source/UBCS-WEB/src/config/website.js
@@ -46,7 +46,7 @@
  // 报表设计器地址(cloud端口为8108,boot端口为80)
  reportUrl: 'http://localhost:8108/ureport',
  // 单点登录系统认证(ubcs-auth服务的地)
  ssoUrl:'',
  ssoUrl:'http://localhost:37000/oauth/authorize?client_id=saber&response_type=code&redirect_uri=',
  // 单点登录回调地址(Saber服务的地址)
  redirectUri: 'http://localhost:1888',
  redirectUri: 'http://localhost:37000',
}