diff --git a/frontend/src/components/canvas/components/Toolbar.vue b/frontend/src/components/canvas/components/Toolbar.vue index 994cbac5d7..2900b4b022 100644 --- a/frontend/src/components/canvas/components/Toolbar.vue +++ b/frontend/src/components/canvas/components/Toolbar.vue @@ -71,7 +71,10 @@ @click="redo" /> - +
- +
- + - + @@ -388,7 +391,7 @@ import PanelDetailInfo from '@/views/panel/list/common/PanelDetailInfo' import AppExportForm from '@/views/panel/list/AppExportForm' import GrantAuth from '../grantAuth' import msgCfm from '@/components/msgCfm/index' - +import { inOtherPlatform } from '@/utils/index' export default { name: 'PanelViewShow', components: { AppExportForm, PanelDetailInfo, Preview, SaveToTemplate, PDFPreExport, ShareHead, GrantAuth }, @@ -446,6 +449,9 @@ export default { panelInfo() { return this.$store.state.panel.panelInfo }, + isOtherPlatform() { + return inOtherPlatform() + }, ...mapState([ 'componentData', 'canvasStyleData',