Commit e1bad79cf88d04a426206bc847e3b1982d9c7053

Authored by ww
1 parent 31f67308

fix(share): 修复分享页面无数据时未显示暂无数据

Showing 1 changed file with 1 additions and 1 deletions
... ... @@ -95,7 +95,7 @@ const getSharePageContentData = async () => {
95 95 }
96 96 setTitle(dataViewName || '')
97 97 showModal.value = false
98   - allowLoadPreviewPage.value = false
  98 + allowLoadPreviewPage.value = unref(isEmpty)
99 99 } catch (error) {
100 100 console.log(error)
101 101 } finally {
... ...