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: '密钥错误,请联系管理员!',