This commit is contained in:
2020-06-15 10:00:14 +08:00
parent ee16ae96e0
commit 71cd101d97
7 changed files with 114 additions and 0 deletions

View File

@@ -196,6 +196,14 @@ export default {
this.num = a
}
}
},
onLoad(){
this.$u.api.getlogn({
id:1,
name:2
}).then((res)=>{
console.log(res)
})
}
}
</script>