接口
This commit is contained in:
@@ -196,6 +196,14 @@ export default {
|
||||
this.num = a
|
||||
}
|
||||
}
|
||||
},
|
||||
onLoad(){
|
||||
this.$u.api.getlogn({
|
||||
id:1,
|
||||
name:2
|
||||
}).then((res)=>{
|
||||
console.log(res)
|
||||
})
|
||||
}
|
||||
}
|
||||
</script>
|
||||
Reference in New Issue
Block a user