Merge pull request #5273 from dataease/pr@dev@fix_panel-mobile-switch

fix(仪表板): 修复编辑手机端仪表板后,重新切换到仪表板可能显示异常的问题 #4717
This commit is contained in:
王嘉豪 2023-05-22 21:05:45 +08:00 committed by GitHub
commit 78fc091845
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 => {