数据库和swagger优化

This commit is contained in:
暮光:城中城
2019-08-13 22:52:24 +08:00
parent 26b700fde3
commit 2c11dbdcf0
6 changed files with 20 additions and 17 deletions

View File

@@ -63,7 +63,7 @@
</div>
<div class="input-line">
swagger文档内容
<textarea v-model="addNewSwaggerJson" type="text" class="form-control" placeholder="swagger的json文档内容选填,如果填了则不再请求上面的地址获取内容,而是直接返回这里输入的"></textarea>
<textarea v-model="addNewSwaggerJson" type="text" rows="5" class="form-control" placeholder="swagger的json文档内容和文档地址选填其一,如果填了则不再请求上面的地址获取内容,而是直接返回这里输入的"></textarea>
</div>
<div class="input-line">
重写域名地址:
@@ -103,6 +103,8 @@
openVisit: '',
oldLocation: ''
},
watch: {
},
methods: {
btnRefreshList: function(){
this.refreshList();
@@ -201,8 +203,6 @@
},
mounted: function(){
this.refreshList();
},
watch: {
}
});
</script>