From 86425e396ce1cf1c930357416b8e79451b77e82c Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 13 六月 2024 15:41:34 +0800 Subject: [PATCH] 2024-06-13 --- src/views/login/index.jsx | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/login/index.jsx b/src/views/login/index.jsx index 2ce42a1..e634a4b 100644 --- a/src/views/login/index.jsx +++ b/src/views/login/index.jsx @@ -582,7 +582,7 @@ if (!res) return if (res.status) { - if (window.GLOB.sysType === 'local' && window.GLOB.systemType !== 'production') { + if (res.member_type && window.GLOB.sysType === 'local' && window.GLOB.systemType !== 'production') { if (md5(('mk' + appkey + res.sys_datetime + res.member_type + res.registry_date).toLowerCase()) !== res.secret_key) { Modal.warning({ title: '瀵嗛挜閿欒锛岃鑱旂郴绠$悊鍛橈紒', -- Gitblit v1.8.0