修复gems排行榜未登录状态加载不出来
This commit is contained in:
parent
a322babef7
commit
478a099803
@ -366,10 +366,7 @@ export default {
|
|||||||
// console.log('rankingTableData' ,this.rankingTableData)
|
// console.log('rankingTableData' ,this.rankingTableData)
|
||||||
},
|
},
|
||||||
async getMyInvitationData() {
|
async getMyInvitationData() {
|
||||||
let res = await this.$axios.get(process.env.VUE_APP_API_URL+"/api/ingame/leaderboard/0", {
|
let res = await this.$axios.get(process.env.VUE_APP_API_URL+"/api/ingame/leaderboard/0");
|
||||||
params: "",
|
|
||||||
headers: { Authorization: `Bearer ${this.token}` }
|
|
||||||
});
|
|
||||||
// ToDo
|
// ToDo
|
||||||
this.rankingTableData = res.data.data
|
this.rankingTableData = res.data.data
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user