From 30e6518da8443c40063daf067970265d5da91929 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 25 七月 2023 16:55:34 +0800 Subject: [PATCH] 2023-07-25 --- src/views/login/index.jsx | 5 ----- 1 files changed, 0 insertions(+), 5 deletions(-) diff --git a/src/views/login/index.jsx b/src/views/login/index.jsx index 48f4d84..40903fc 100644 --- a/src/views/login/index.jsx +++ b/src/views/login/index.jsx @@ -591,11 +591,6 @@ 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({ -- Gitblit v1.8.0