fix(仪表板): 修复编辑手机端仪表板后,重新切换到仪表板可能显示异常的问题 #4717

This commit is contained in:
Wangjiahao 2023-05-22 21:04:16 +08:00
parent 658c1738c9
commit c69b369370

View File

@ -85,6 +85,7 @@ export default {
}
},
mounted() {
this.$store.commit('setMobileLayoutStatus', false)
// init all views (include plugins) base info
localStorage.removeItem('plugin-views')
pluginTypes().then(res => {