king
2021-02-03 365ea069f179ee71a7a8cc7785ccd2d86bd4881c
src/menu/components/share/actioncomponent/formconfig.jsx
@@ -201,7 +201,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'