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