mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-09 16:56:43 +08:00
dev测试token问题--提交人:白金岩
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user