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