This commit is contained in:
2020-06-15 11:34:33 +08:00
parent 3f63d8ade9
commit b697270eb9
6 changed files with 66 additions and 30 deletions

View File

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