king
2021-03-11 c8e680b315ce010905f6b0409d3156218abfe056
src/index.js
@@ -67,7 +67,7 @@
  })
  .then(config => {
    if (!config) return
    let GLOB = {}
    GLOB.appId = config.appId || ''
    GLOB.lineColor = config.lineColor || ''
@@ -77,7 +77,6 @@
      GLOB.externalDatabase = config.externalDatabase ? `[${config.externalDatabase}]..` : ''
    } else {
      GLOB.externalDatabase = null
    }
    // 只有业务系统才可以设置为正式系统