ludc
2023-04-15 716ded9c48898ff8fb9e4a1872ccfe676c7f2f99
Source/UBCS-WEB/.settings/src/config/website.js
@@ -42,10 +42,10 @@
    }
  },
  // 第三方系统授权地址
  authUrl: 'http://localhost/blade-auth/oauth/render',
  authUrl: 'http://localhost/ubcs-auth/oauth/render',
  // 报表设计器地址(cloud端口为8108,boot端口为80)
  reportUrl: 'http://localhost:8108/ureport',
  // 单点登录系统认证(blade-auth服务的地)
  // 单点登录系统认证(ubcs-auth服务的地)
  // 单点登录回调地址(Saber服务的地址)
  redirectUri: 'http://localhost:1888',
}