@@ -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';