From d04859e44d36a161c13527e311a45944f5afec5b Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期二, 25 七月 2023 16:51:07 +0800
Subject: [PATCH] 2023-07-25

---
 src/views/sso/index.jsx   |    6 ------
 src/views/login/index.jsx |    6 ------
 2 files changed, 0 insertions(+), 12 deletions(-)

diff --git a/src/views/login/index.jsx b/src/views/login/index.jsx
index fe86ea1..53a75dd 100644
--- a/src/views/login/index.jsx
+++ b/src/views/login/index.jsx
@@ -579,12 +579,6 @@
           if (!res) return
           
           if (res.status) {
-            // positecgroup
-            // res.Banner = res.Banner ? res.Banner.replace(/:8080/ig, '').replace(/http:/ig, 'https:') : ''
-            // res.doclogo = res.doclogo ? res.doclogo.replace(/:8080/ig, '').replace(/http:/ig, 'https:') : ''
-            // res.indexlogo = res.indexlogo ? res.indexlogo.replace(/:8080/ig, '').replace(/http:/ig, 'https:') : ''
-            // res.loginlogo = res.loginlogo ? res.loginlogo.replace(/:8080/ig, '').replace(/http:/ig, 'https:') : ''
-
             if (options.sysType === 'local' && window.GLOB.systemType !== 'production') {
               if (md5(('mk' + window.GLOB.appkey + res.sys_datetime + res.member_type + res.registry_date).toLowerCase()) !== res.secret_key) {
                 Modal.warning({
diff --git a/src/views/sso/index.jsx b/src/views/sso/index.jsx
index fd3b884..ee192db 100644
--- a/src/views/sso/index.jsx
+++ b/src/views/sso/index.jsx
@@ -62,12 +62,6 @@
 
     Api.getSystemConfig(_param).then(res => {
       if (res.status) {
-        // positecgroup
-        // res.Banner = res.Banner ? res.Banner.replace(/:8080/ig, '').replace(/http:/ig, 'https:') : ''
-        // res.doclogo = res.doclogo ? res.doclogo.replace(/:8080/ig, '').replace(/http:/ig, 'https:') : ''
-        // res.indexlogo = res.indexlogo ? res.indexlogo.replace(/:8080/ig, '').replace(/http:/ig, 'https:') : ''
-        // res.loginlogo = res.loginlogo ? res.loginlogo.replace(/:8080/ig, '').replace(/http:/ig, 'https:') : ''
-
         if (!['shutter', 'linkage_navigation', 'linkage', 'menu_board', 'menu_board_navigation'].includes(res.menu_type)) {
           res.menu_type = 'shutter'
         }

--
Gitblit v1.8.0