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