接口请求
This commit is contained in:
@@ -117,6 +117,7 @@
|
||||
}
|
||||
</style>
|
||||
<script lang="ts">
|
||||
import { userinfo } from '@/api';
|
||||
import router from '@/router';
|
||||
import { defineComponent, ref } from 'vue';
|
||||
|
||||
@@ -181,6 +182,10 @@ export default defineComponent({
|
||||
})
|
||||
|
||||
}
|
||||
|
||||
userinfo().then((res)=>{
|
||||
console.log(res)
|
||||
})
|
||||
return{
|
||||
list,
|
||||
routeto,
|
||||
|
||||
Reference in New Issue
Block a user