mirror of
https://github.com/dataease/dataease.git
synced 2025-02-25 03:52:59 +08:00
fix: 打包报错
This commit is contained in:
parent
424a418fe2
commit
b208aa235a
@ -75,7 +75,7 @@ onBeforeMount(async () => {
|
|||||||
canvasViewInfoPreview,
|
canvasViewInfoPreview,
|
||||||
curPreviewGap
|
curPreviewGap
|
||||||
}) {
|
}) {
|
||||||
if (!isPc && !dvInfo.mobileLayout) {
|
if (!isPc.value && !dvInfo.mobileLayout) {
|
||||||
dvMainStore.setMobileInPc(true)
|
dvMainStore.setMobileInPc(true)
|
||||||
dvMainStore.setInMobile(true)
|
dvMainStore.setInMobile(true)
|
||||||
useEmitt().emitter.emit('changeCurrentComponent', 'DashboardEmpty')
|
useEmitt().emitter.emit('changeCurrentComponent', 'DashboardEmpty')
|
||||||
|
Loading…
Reference in New Issue
Block a user