ludc
2023-09-19 c7280c4df37fd8ef1a5d29e983e0d93e0e6aac75
代码提交
已修改2个文件
12 ■■■■■ 文件已修改
Source/UBCS-WEB/src/config/website.js 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Source/UBCS-WEB/src/page/login/authredirect.vue 4 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
Source/UBCS-WEB/src/config/website.js
@@ -42,11 +42,11 @@
    }
  },
  // 第三方系统授权地址
  authUrl: 'http://localhost/ubcs-auth/oauth/render',
  authUrl: 'http://localhost:38000/ubcs-auth/oauth/render',
  // 报表设计器地址(cloud端口为8108,boot端口为80)
  reportUrl: 'http://localhost:8108/ureport',
  // 单点登录系统认证(ubcs-auth服务的地)
  ssoUrl:'http://localhost:37000/oauth/authorize?client_id=saber&response_type=code&redirect_uri=',
  ssoUrl:'http://localhost:37000/ubcs-auth/oauth/authorize?client_id=sword&response_type=111&redirect_uri=',
  // 单点登录回调地址(Saber服务的地址)
  redirectUri: 'http://localhost:37000',
}
  redirectUri: 'http://localhost:38000',
}
Source/UBCS-WEB/src/page/login/authredirect.vue
@@ -1,5 +1,7 @@
<template>
  <div></div>
  <div>
    {{ 123 }}
  </div>
</template>
<script>