king
2021-01-31 84be8dbf79232b6666130de12f33cf805e3ed6a6
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)