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

Merge remote-tracking branch 'origin/master'

parents 9f62fda1 ddd1f482
......@@ -373,17 +373,17 @@ export default {
return {
detailsForm: {
productId: this.$route.query.id,
interfaceName: undefined,
versionNumber: undefined,
interfaceName: "",
versionNumber: "",
requestType: undefined,
requestProtocol: undefined,
requestUrl: undefined,
timeoutValue: undefined,
timeoutValue: undefined,
network: undefined,
description: undefined,
flowControl: undefined,
authorizeInfo: undefined,
requestUrl: "",
timeoutValue: "",
timeoutValue: "",
network: [],
description: "",
flowControl: "",
authorizeInfo: "",
contentType: undefined,
interfaceTag: undefined,
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