From b8ac1a4908fda8fdc04fdab1bf58e3c8fd5231bd Mon Sep 17 00:00:00 2001 From: ludc Date: 星期一, 25 九月 2023 16:54:41 +0800 Subject: [PATCH] 前端代码打包 --- Source/UBCS-WEB/src/page/login/sso.vue | 4 ++-- Source/UBCS/ubcs-service/ubcs-code/src/main/java/com/vci/ubcs/code/controller/PasswordFreeLoginController.java | 6 ------ 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/Source/UBCS-WEB/src/page/login/sso.vue b/Source/UBCS-WEB/src/page/login/sso.vue index 2bf5b1c..54c3430 100644 --- a/Source/UBCS-WEB/src/page/login/sso.vue +++ b/Source/UBCS-WEB/src/page/login/sso.vue @@ -25,8 +25,8 @@ onLoad() { //URL浼犻�掑弬鏁版椂 浼氬皢瀛楃涓蹭腑鐨� %2B 涔熷氨鏄�+鍙疯浆鎹负绌烘牸銆� this.PathString = decodeURIComponent(this.$route.query.empCode.replace(/\s/g, '+')); - console.log(this.$route); - console.log(this.PathString); + //console.log(this.$route); + //console.log(this.PathString); this.$store.dispatch("LoginBySso", { PathString: this.PathString }).then((res) => { console.log('res', res) this.$router.push({ path: this.tagWel.value }); diff --git a/Source/UBCS/ubcs-service/ubcs-code/src/main/java/com/vci/ubcs/code/controller/PasswordFreeLoginController.java b/Source/UBCS/ubcs-service/ubcs-code/src/main/java/com/vci/ubcs/code/controller/PasswordFreeLoginController.java index 0c7d4b3..c4d7e8e 100644 --- a/Source/UBCS/ubcs-service/ubcs-code/src/main/java/com/vci/ubcs/code/controller/PasswordFreeLoginController.java +++ b/Source/UBCS/ubcs-service/ubcs-code/src/main/java/com/vci/ubcs/code/controller/PasswordFreeLoginController.java @@ -34,12 +34,6 @@ @Slf4j public class PasswordFreeLoginController { - @Value("${password-free.client-id:a104c4fd2f0e4958}") - private String clientId;//搴旂敤ID - - @Value("${password-free.secret-key:9fbd170bd83eb869}") - private String secretKey;//搴旂敤绉橀挜 - @Resource private IPasswordFreeLoginService passwordFreeLoginService; -- Gitblit v1.9.3