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 } // 只有业务系统才可以设置为正式系统