Commit f48105f3 authored by 赵啸非's avatar 赵啸非

Merge remote-tracking branch 'origin/master'

parents 9f62fda1 ddd1f482
...@@ -373,17 +373,17 @@ export default { ...@@ -373,17 +373,17 @@ export default {
return { return {
detailsForm: { detailsForm: {
productId: this.$route.query.id, productId: this.$route.query.id,
interfaceName: undefined, interfaceName: "",
versionNumber: undefined, versionNumber: "",
requestType: undefined, requestType: undefined,
requestProtocol: undefined, requestProtocol: undefined,
requestUrl: undefined, requestUrl: "",
timeoutValue: undefined, timeoutValue: "",
timeoutValue: undefined, timeoutValue: "",
network: undefined, network: [],
description: undefined, description: "",
flowControl: undefined, flowControl: "",
authorizeInfo: undefined, authorizeInfo: "",
contentType: undefined, contentType: undefined,
interfaceTag: undefined, interfaceTag: undefined,
authInfo: "", // 授权信息 authInfo: "", // 授权信息
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment