panhui 3 years ago
parent
commit
d7810f2fe9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/user/Rank.vue

+ 1 - 1
src/views/user/Rank.vue

@@ -50,7 +50,7 @@ export default {
             message: '加载中...',
             forbidClick: true
         });
-        this.$http.get('/userHold/top').then(res => {
+        this.$http.get('/userHold/app/top').then(res => {
             this.$toast.clear();
             this.list = res.filter(item => {
                 return item.userId !== '1435297' && item.userId !== '4273750';