From cf585780ca83908649c5fad7c07b5e45c4f12b67 Mon Sep 17 00:00:00 2001 From: 田源 <lastanimals@163.com> Date: 星期一, 18 九月 2023 14:14:45 +0800 Subject: [PATCH] 首页样式修改 --- Source/UBCS-WEB/src/config/website.js | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Source/UBCS-WEB/src/config/website.js b/Source/UBCS-WEB/src/config/website.js index 90e408d..b2c93fd 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', // 瀹㈡埛绔瘑閽� @@ -42,10 +42,11 @@ } }, // 绗笁鏂圭郴缁熸巿鏉冨湴鍧� - 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鏈嶅姟鐨勫湴) + ssoUrl:'', // 鍗曠偣鐧诲綍鍥炶皟鍦板潃(Saber鏈嶅姟鐨勫湴鍧�) redirectUri: 'http://localhost:1888', } -- Gitblit v1.9.3