mirror of
https://github.com/dataease/dataease.git
synced 2026-05-14 12:22:10 +08:00
fix(移动端): 移动端访问预览首次访问显示空白,需要二次刷新
This commit is contained in:
@@ -93,10 +93,8 @@ const loadCanvasDataAsync = async (dvId, dvType) => {
|
||||
dvMainStore.setNowPanelOuterParamsInfoV2(rsp.data, dvId)
|
||||
})
|
||||
} catch (error) {
|
||||
if (error.status === 401) {
|
||||
router.push('/login')
|
||||
return
|
||||
}
|
||||
router.push('/login')
|
||||
return
|
||||
}
|
||||
|
||||
// 外部参数(iframe 或者 iframe嵌入)
|
||||
|
||||
Reference in New Issue
Block a user