src/index.js
@@ -59,6 +59,12 @@ GLOB.lineColor = config.lineColor || '' GLOB.filter = config.filter || '' if (config.externalDatabase !== false && config.externalDatabase !== 'false' && config.externalDatabase !== undefined) { GLOB.externalDatabase = config.externalDatabase || '' } else { GLOB.externalDatabase = null } // 只有业务系统才可以设置为正式系统 if (options.sysType === 'local' && (config.systemType === 'official' || config.systemType === 'production')) { GLOB.systemType = 'production'