king
2021-11-30 d5bba2d9201b9d3b3705d6eef12e4ad2ccdcecf6
2021-11-30
1个文件已修改
3 ■■■■ 已修改文件
src/router/index.js 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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
    }