king
2021-12-02 d87530a16ed85534432e3c60c644dc96d63f6f69
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
    }