dev测试token问题--提交人:白金岩

This commit is contained in:
bai.jinyan
2021-05-20 23:01:52 +08:00
parent f3bb734ee3
commit 9ffe21978f

View File

@@ -46,9 +46,9 @@ export default {
next()
},
methods: {
getInfo() {
async getInfo() {
// 获取代理人信息
const res = getAgentInfo({})
const res = await getAgentInfo({})
console.log(res)
if (res.result == 0) {
this.userInfo = res