From c7280c4df37fd8ef1a5d29e983e0d93e0e6aac75 Mon Sep 17 00:00:00 2001
From: ludc
Date: 星期二, 19 九月 2023 16:23:50 +0800
Subject: [PATCH] 代码提交

---
 Source/UBCS-WEB/src/config/website.js           |    8 ++++----
 Source/UBCS-WEB/src/page/login/authredirect.vue |    4 +++-
 2 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/Source/UBCS-WEB/src/config/website.js b/Source/UBCS-WEB/src/config/website.js
index af0dc75..b4ecaac 100644
--- a/Source/UBCS-WEB/src/config/website.js
+++ b/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',
+}
\ No newline at end of file
diff --git a/Source/UBCS-WEB/src/page/login/authredirect.vue b/Source/UBCS-WEB/src/page/login/authredirect.vue
index 15cbce1..a7ff2b2 100644
--- a/Source/UBCS-WEB/src/page/login/authredirect.vue
+++ b/Source/UBCS-WEB/src/page/login/authredirect.vue
@@ -1,5 +1,7 @@
 <template>
-  <div></div>
+  <div>
+    {{ 123 }}
+  </div>
 </template>
 
 <script>

--
Gitblit v1.9.3