This commit is contained in:
唐明明
2022-01-25 09:46:39 +08:00
parent e192fc81a6
commit 01ff166760
4 changed files with 142 additions and 138 deletions

View File

@@ -1,11 +1,29 @@
<template>
<div>
我的资料也就展示个二维码吧
获取一波资料吧
</div>
</template>
<script>
import { getUserInfo } from '@/apis/interfaces/im'
export default{
data(){
return{
}
},
mounted() {
console.log(this.$Route)
// getUserInfo(this.$Route.query.id).then(res => {
// })
},
methods: {
}
}
</script>
<style>
<style lang="scss" scoped>
</style>