大屏组件做一下切割
This commit is contained in:
@@ -12,13 +12,8 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import AppGigscreenViewer from "../../viewer/AppGigscreenViewer";
|
||||
import AiDvWrapper from "../../../../components/layout/AiDvWrapper/AiDvWrapper";
|
||||
import AiDvBackground from "../../../../components/layout/AiDvBackground";
|
||||
|
||||
export default {
|
||||
name: "preview",
|
||||
components: {AiDvBackground, AiDvWrapper, AppGigscreenViewer},
|
||||
props: {
|
||||
instance: Function,
|
||||
dict: Object,
|
||||
|
||||
@@ -23,10 +23,8 @@
|
||||
|
||||
<script>
|
||||
|
||||
import AiDvRender from "../../../components/AiDvRender";
|
||||
export default {
|
||||
name: 'AppGigscreenViewer',
|
||||
components: {AiDvRender},
|
||||
label: '大屏预览',
|
||||
props: {
|
||||
instance: Function,
|
||||
|
||||
@@ -72,11 +72,9 @@
|
||||
|
||||
<script>
|
||||
import {mapState} from "vuex";
|
||||
import AiAddressBookMenu from "../../../components/AiAddressBookMenu";
|
||||
|
||||
export default {
|
||||
name: "AppAccount",
|
||||
components: {AiAddressBookMenu},
|
||||
label: "账号管理(村微版)",
|
||||
props: {
|
||||
instance: Function,
|
||||
|
||||
@@ -33,11 +33,8 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
|
||||
import AiEditBtn from "../../../components/AiEditBtn";
|
||||
export default {
|
||||
name: "introPage",
|
||||
components: {AiEditBtn},
|
||||
props: {
|
||||
instance: Function,
|
||||
dict: {default: () => ({})}
|
||||
|
||||
Reference in New Issue
Block a user