From fab8208b83a3c710cdfc3805655f04f0b7466be5 Mon Sep 17 00:00:00 2001 From: xiejun <xiejun@vci-tech.com> Date: 星期三, 08 一月 2025 11:26:00 +0800 Subject: [PATCH] 产品型号集成,类型转换,人员组织加日志,申请接口引用码段值校验 --- Source/UBCS-WEB/src/config/website.js | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Source/UBCS-WEB/src/config/website.js b/Source/UBCS-WEB/src/config/website.js index b2c93fd..9c6c3db 100644 --- a/Source/UBCS-WEB/src/config/website.js +++ b/Source/UBCS-WEB/src/config/website.js @@ -38,15 +38,15 @@ label: 'name', path: 'path', icon: 'source', - children: 'children' + children: 'children', } }, // 绗笁鏂圭郴缁熸巿鏉冨湴鍧� - 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:'', + ssoUrl:'http://localhost:37000/ubcs-auth/oauth/authorize?client_id=sword&response_type=111&redirect_uri=', // 鍗曠偣鐧诲綍鍥炶皟鍦板潃(Saber鏈嶅姟鐨勫湴鍧�) - redirectUri: 'http://localhost:1888', + redirectUri: 'http://localhost:38000', } -- Gitblit v1.9.3