|
|
@ -156,7 +156,8 @@ export default {
|
|
|
|
},
|
|
|
|
},
|
|
|
|
fetchCloudDisk: ({ commit }) => {
|
|
|
|
fetchCloudDisk: ({ commit }) => {
|
|
|
|
if (!isAccountLoggedIn()) return;
|
|
|
|
if (!isAccountLoggedIn()) return;
|
|
|
|
return cloudDisk().then(result => {
|
|
|
|
// FIXME: #1242
|
|
|
|
|
|
|
|
return cloudDisk({ limit: 1000 }).then(result => {
|
|
|
|
if (result.data) {
|
|
|
|
if (result.data) {
|
|
|
|
commit('updateLikedXXX', {
|
|
|
|
commit('updateLikedXXX', {
|
|
|
|
name: 'cloudDisk',
|
|
|
|
name: 'cloudDisk',
|
|
|
|