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