-
-
- ),
- },
- {
- key: 'headers',
- label: '请求头',
- children: viewingSource.headers && Object.keys(viewingSource.headers).length > 0 ? (
-
- {JSON.stringify(viewingSource.headers, null, 2)}
-
- ) : (
- 无
- ),
- },
- {
- key: 'config',
- label: '高级配置',
- children: viewingSource.config && Object.keys(viewingSource.config).length > 0 ? (
-
- {JSON.stringify(viewingSource.config, null, 2)}
-
- ) : (
- 无
- ),
- },
- ]}
- />
-
+
+
+
+ ),
+ },
+ {
+ key: 'headers',
+ label: '请求头',
+ children: viewingSource.headers && Object.keys(viewingSource.headers).length > 0 ? (
+
+ {JSON.stringify(viewingSource.headers, null, 2)}
+
+ ) : (
+ 无
+ ),
+ },
+ {
+ key: 'config',
+ label: '高级配置',
+ children: viewingSource.config && Object.keys(viewingSource.config).length > 0 ? (
+
+ {JSON.stringify(viewingSource.config, null, 2)}
+
+ ) : (
+ 无
+ ),
+ },
+ ]}
+ />
+
+