king
2022-02-10 55cbccfdfd8cecce96a7e9e748ca45421e3b86b2
src/index.js
@@ -77,6 +77,7 @@
    GLOB.lineColor = config.lineColor || ''
    GLOB.licenseKey = config.licenseKey || ''
    GLOB.probation = false
    GLOB.watermark = config.watermark !== false
    if (config.externalDatabase !== false && config.externalDatabase !== 'false' && config.externalDatabase !== undefined) {
      GLOB.externalDatabase = config.externalDatabase ? `[${config.externalDatabase}]..` : ''
@@ -126,7 +127,7 @@
          systemApi = systemApi.replace(/\/?$/, '/webapi/dostars')
        }
        if (systemApi.indexOf('sso.mk9h.cn') > -1 && process.env.NODE_ENV === 'production') {
        if (systemApi.indexOf('sso.mk9h.cn') > -1 && GLOB.watermark) {
          GLOB.dataFormat = true
        }