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

This commit is contained in:
bai.jinyan
2021-05-20 22:58:00 +08:00
parent abcaa590ec
commit f3bb734ee3

View File

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