@@ -140,6 +140,10 @@
wordId: props.activeWord.id
}).then(res => {
const { wanchangflag } = res.data;
+ if (wanchangflag == 1) {
+ // 通知岛重新调用接口
+ cacheManager.remove('daoPageCache')
+ }
})
}