|
@@ -9,7 +9,7 @@
|
|
|
<menuSector />
|
|
|
</div>
|
|
|
<!-- 无内容占位符 -->
|
|
|
- <div :class="['FixedMainModuleBox', { FixedMainModuleBoxBorder: this.$store.state.template.previewStatus==false }]" v-if="this.$store.state.template.pageData.index.length == 0">
|
|
|
+ <div :class="['FixedMainModuleBox', { FixedMainModuleBoxBorder: this.$store.state.template.previewStatus==false }]" v-if="this.$store.state.template.pageData.article.length == 0">
|
|
|
<img src="@/assets/template/creat.png">
|
|
|
<div>请点击一个左侧板块,开始您的网站创建</div>
|
|
|
</div>
|
|
@@ -17,8 +17,8 @@
|
|
|
<div id="content">
|
|
|
<grid-layout
|
|
|
ref="gridlayout"
|
|
|
- :layout="this.$store.state.template.pageData.index"
|
|
|
- :layout.sync="this.$store.state.template.pageData.index"
|
|
|
+ :layout="this.$store.state.template.pageData.article"
|
|
|
+ :layout.sync="this.$store.state.template.pageData.article"
|
|
|
:col-num="12"
|
|
|
:row-height="rowHeight"
|
|
|
:margin="[0,0]"
|
|
@@ -27,7 +27,7 @@
|
|
|
:key="this.$store.state.template.gridKey
|
|
|
">
|
|
|
<grid-item
|
|
|
- v-for="(item, index) in this.$store.state.template.pageData.index"
|
|
|
+ v-for="(item, index) in this.$store.state.template.pageData.article"
|
|
|
:key="item.i"
|
|
|
:i="item.i"
|
|
|
:x="item.x"
|