Browse Source

修改报表设计

fix_bug_pro20231227
pref_mail@163.com 1 year ago
parent
commit
5a6345cfb8
  1. 2
      src/config/website.js

2
src/config/website.js

@ -52,7 +52,7 @@ export default {
// 第三方系统授权地址
authUrl: 'http://localhost/blade-auth/oauth/render',
// 报表设计器地址(cloud端口为8108,boot端口为80)
reportUrl: 'http://8.137.14.82:8108/ureport',
reportUrl: 'http://localhost:8108/ureport',
// 单点登录系统认证(blade-auth服务的地)
ssoUrl: 'http://localhost:8100/oauth/authorize?client_id=saber&response_type=code&redirect_uri=',
// 单点登录回调地址(Saber服务的登录界面地址)

Loading…
Cancel
Save