diff --git a/src/components/rightBox/location/MyFollowBox.vue b/src/components/rightBox/location/MyFollowBox.vue index c3d1d5e8..a9e49447 100644 --- a/src/components/rightBox/location/MyFollowBox.vue +++ b/src/components/rightBox/location/MyFollowBox.vue @@ -63,7 +63,7 @@ export default { }, data () { return { - url: api.location.followedSubscriber, + url: api.location.followedSubscriber, tableId: 'myFollowTable', disableCancel: true } diff --git a/src/components/table/location/MyFollowTable.vue b/src/components/table/location/MyFollowTable.vue index e0eddf20..425591eb 100644 --- a/src/components/table/location/MyFollowTable.vue +++ b/src/components/table/location/MyFollowTable.vue @@ -47,6 +47,9 @@ - +