田源
2023-08-18 1e9af3e387fcf7273520abca7d2edcc450f02989
Source/UBCS-WEB/src/config/website.js
@@ -2,10 +2,10 @@
 * 全局配置文件
 */
export default {
  title: "VCI-UBCS",
  title: "VCI-CODE",
  logo: "S",
  key: 'saber',//配置主键,目前用于存储
  indexTitle: 'VCI-UBCS',
  indexTitle: 'VCI-CODE',
  image:'../public/img/bg/img-logo.png',
  clientId: 'saber', // 客户端id
  clientSecret: 'saber_secret', // 客户端密钥
@@ -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',
}