src/router/index.js
@@ -84,8 +84,9 @@ let _s = md5('mksoft' + moment().format('YYYYMMDD')) let isauth = authCode && authCode.includes(_s) let key = md5(window.GLOB.appId + 'minke_software' + window.GLOB.appkey).toUpperCase().substr(-6) let key1 = window.GLOB.licenseKey ? window.GLOB.licenseKey.substring(0, 6) : '' if (window.GLOB.licenseKey === key) { if (key1 === key) { isauth = true }