king
2021-02-24 12e6f9526818cfb62434b37aa0a3169cfc0d3cae
src/templates/sharecomponent/settingcomponent/settingform/utils.jsx
@@ -124,6 +124,7 @@
    }
    _customScript = _customScript.replace(/@\$|\$@/ig, '')
    _customScript = _customScript.replace(/@userName@|@fullName@/ig, `''`)
    // 外联数据库替换
    if (window.GLOB.externalDatabase !== null) {
      _customScript = _customScript.replace(/@db@/ig, window.GLOB.externalDatabase)