From 6f5e86feb10ee7776d46c14086e37769375bd403 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期四, 08 四月 2021 00:12:45 +0800
Subject: [PATCH] 2021-04-08

---
 src/views/login/index.jsx |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/views/login/index.jsx b/src/views/login/index.jsx
index a4e840e..bdbbec9 100644
--- a/src/views/login/index.jsx
+++ b/src/views/login/index.jsx
@@ -308,10 +308,10 @@
         Api.getSystemConfig(_param).then(res => {
           if (res.status) {
             // positecgroup
-            // res.Banner = res.Banner ? res.Banner.replace(/:8080/ig, '') : ''
-            // res.doclogo = res.doclogo ? res.doclogo.replace(/:8080/ig, '') : ''
-            // res.indexlogo = res.indexlogo ? res.indexlogo.replace(/:8080/ig, '') : ''
-            // res.loginlogo = res.loginlogo ? res.loginlogo.replace(/:8080/ig, '') : ''
+            // 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:') : ''
 
             let _url = window.location.href.split('#')[0] + 'system'
             let systemMsg = {

--
Gitblit v1.8.0