king
2021-02-03 365ea069f179ee71a7a8cc7785ccd2d86bd4881c
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)