king
2021-01-26 720c46d6d498dd0d28f5b9f51c9d0421105e9946
src/templates/zshare/formconfig.jsx
@@ -855,7 +855,7 @@
    {
      type: 'textarea',
      key: 'interface',
      label: Formdict['header.form.interface'],
      label: '测试地址',
      initVal: card.sysInterface === 'true' ? (window.GLOB.mainSystemApi || '') : (card.interface || ''),
      required: true,
      readonly: card.sysInterface === 'true'