同步
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user