fix: 接口导入页面提示为空白
This commit is contained in:
parent
a80786672b
commit
163edb937f
|
@ -194,13 +194,11 @@
|
||||||
fileList: []
|
fileList: []
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
activated() {
|
|
||||||
this.selectedPlatform = this.platforms[0];
|
|
||||||
},
|
|
||||||
created() {
|
created() {
|
||||||
this.platforms.push(this.postmanPlanform);
|
this.platforms.push(this.postmanPlanform);
|
||||||
this.platforms.push(this.swaggerPlanform);
|
this.platforms.push(this.swaggerPlanform);
|
||||||
this.platforms.push(this.harPlanform);
|
this.platforms.push(this.harPlanform);
|
||||||
|
this.selectedPlatform = this.platforms[0];
|
||||||
},
|
},
|
||||||
watch: {
|
watch: {
|
||||||
selectedPlatformValue() {
|
selectedPlatformValue() {
|
||||||
|
|
Loading…
Reference in New Issue