This commit is contained in:
landaiqing 2023-07-24 14:27:43 +08:00
parent 2eb0ac21d6
commit cb07541c58

View File

@ -14,7 +14,7 @@
<el-input
autosize
type="text"
placeholder="输入接口链接或在下方输入Json"
placeholder="输入接口链接或在下方输入Json; 失去焦点获取数据!!!"
style=";margin-bottom: 10px;margin-top: 30px"
@blur="getJson"
v-model="url"
@ -32,7 +32,7 @@
<JsonEditor :json-data="jsonData"></JsonEditor>
<!-- <JsonSchema></JsonSchema>-->
</el-main>
<el-footer style="height: 20px">
<el-footer style="height: 20px;">
Qing | 陕ICP备2023001488号 | 陕公网安备 61072902000127
</el-footer>
</el-container>
@ -60,7 +60,6 @@ export default {
},
methods:{
getJson(){
console.log(this.radio)
if(this.url!==null){
var that=this;
axios({