king
2024-06-12 ed719ec5d86d3373ee95df8262eba3f456f94d60
src/templates/zshare/formconfig.jsx
@@ -439,12 +439,13 @@
      key: 'database',
      label: '数据库',
      initVal: card.database || 'local',
      tooltip: '测试系统数据库均指向本地,正式系统可使用单点数据库。',
      options: [{
        value: 'local',
        text: '本地'
      }, {
        value: 'sso',
        text: '系统'
        text: '单点'
      }]
    },
    {
@@ -1872,12 +1873,13 @@
      key: 'database',
      label: '数据库',
      initVal: card.database || 'local',
      tooltip: '测试系统数据库均指向本地,正式系统可使用单点数据库。',
      options: [{
        value: 'local',
        text: '本地'
      }, {
        value: 'sso',
        text: '系统'
        text: '单点'
      }]
    },
    {