From d88379444c5790417b1b7495e0e3ad5e041b799e Mon Sep 17 00:00:00 2001
From: yuxc <653031404@qq.com>
Date: 星期二, 04 七月 2023 18:06:21 +0800
Subject: [PATCH] 1、对redis取值方式进行修改。 2、对模板属性批量保存的DTO进行了大写的改动。

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

diff --git a/Source/UBCS-WEB/src/config/website.js b/Source/UBCS-WEB/src/config/website.js
index 90e408d..e645614 100644
--- a/Source/UBCS-WEB/src/config/website.js
+++ b/Source/UBCS-WEB/src/config/website.js
@@ -42,10 +42,10 @@
     }
   },
   // 绗笁鏂圭郴缁熸巿鏉冨湴鍧�
-  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鏈嶅姟鐨勫湴)
   // 鍗曠偣鐧诲綍鍥炶皟鍦板潃(Saber鏈嶅姟鐨勫湴鍧�)
   redirectUri: 'http://localhost:1888',
 }

--
Gitblit v1.9.3