From 7db3ee6e84714a868e0b57a61a033d050b1a61fc Mon Sep 17 00:00:00 2001
From: xiejun <xj@2023>
Date: 星期一, 18 九月 2023 21:06:30 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 Source/UBCS-WEB/src/config/website.js |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/Source/UBCS-WEB/src/config/website.js b/Source/UBCS-WEB/src/config/website.js
index e645614..af0dc75 100644
--- a/Source/UBCS-WEB/src/config/website.js
+++ b/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', // 瀹㈡埛绔痠d
   clientSecret: 'saber_secret', // 瀹㈡埛绔瘑閽�
@@ -46,6 +46,7 @@
   // 鎶ヨ〃璁捐鍣ㄥ湴鍧�(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=',
   // 鍗曠偣鐧诲綍鍥炶皟鍦板潃(Saber鏈嶅姟鐨勫湴鍧�)
-  redirectUri: 'http://localhost:1888',
+  redirectUri: 'http://localhost:37000',
 }

--
Gitblit v1.9.3