king
2021-06-22 29432c9167e3fcdf83f35d0bb9dbe9acb7c7ffbf
src/index.js
@@ -70,7 +70,6 @@
    let GLOB = {}
    GLOB.appId = config.appId || ''
    GLOB.lineColor = config.lineColor || ''
    GLOB.filter = config.filter || ''
    if (config.externalDatabase !== false && config.externalDatabase !== 'false' && config.externalDatabase !== undefined) {
      GLOB.externalDatabase = config.externalDatabase ? `[${config.externalDatabase}]..` : ''
@@ -159,7 +158,7 @@
    document.title = GLOB.platTitle || ''
    if (GLOB.filter === 'true') {
    if (config.filter === 'true') {
      let html = document.getElementsByTagName('html')[0]
      
      if (html) {
@@ -176,8 +175,8 @@
      GLOB.service = _service ? _service + '/' : ''
    } else {
      GLOB.linkurl = ''
      GLOB.location = 'http://qingqiumarket.cn'
      GLOB.service = 'mkwms/'
      GLOB.location = config.host
      GLOB.service = config.service
    }
    Object.defineProperty(GLOB, 'appId', {