|
@@ -15,18 +15,18 @@
|
|
<maps></maps>
|
|
<maps></maps>
|
|
</el-col>
|
|
</el-col>
|
|
<el-col :span="15" class="right animate__animated animate__backInDown">
|
|
<el-col :span="15" class="right animate__animated animate__backInDown">
|
|
- <zxzx></zxzx>
|
|
|
|
|
|
+ <zxzx :zxzxList="zxzxList"></zxzx>
|
|
</el-col>
|
|
</el-col>
|
|
</el-col>
|
|
</el-col>
|
|
<el-col :span="24" class="two">
|
|
<el-col :span="24" class="two">
|
|
<el-col :span="8" class="a animate__animated animate__fadeInLeft">
|
|
<el-col :span="8" class="a animate__animated animate__fadeInLeft">
|
|
- <tztg></tztg>
|
|
|
|
|
|
+ <tztg :tztgList="tztgList"></tztg>
|
|
</el-col>
|
|
</el-col>
|
|
<el-col :span="8" class="a animate__animated animate__fadeIn">
|
|
<el-col :span="8" class="a animate__animated animate__fadeIn">
|
|
- <zcfg></zcfg>
|
|
|
|
|
|
+ <zcfg :zcfgList="zcfgList"></zcfg>
|
|
</el-col>
|
|
</el-col>
|
|
<el-col :span="8" class="a animate__animated animate__fadeInRight">
|
|
<el-col :span="8" class="a animate__animated animate__fadeInRight">
|
|
- <zxfw></zxfw>
|
|
|
|
|
|
+ <zxfw :kjfwList="kjfwList"></zxfw>
|
|
</el-col>
|
|
</el-col>
|
|
</el-col>
|
|
</el-col>
|
|
<el-col :span="24" class="three animate__animated animate__fadeIn">
|
|
<el-col :span="24" class="three animate__animated animate__fadeIn">
|
|
@@ -53,6 +53,8 @@ import zxzx from '@/layout/index/zxzx.vue';
|
|
import tztg from '@/layout/index/tztg.vue';
|
|
import tztg from '@/layout/index/tztg.vue';
|
|
import zcfg from '@/layout/index/zcfg.vue';
|
|
import zcfg from '@/layout/index/zcfg.vue';
|
|
import zxfw from '@/layout/index/zxfw.vue';
|
|
import zxfw from '@/layout/index/zxfw.vue';
|
|
|
|
+// 基本配置
|
|
|
|
+import { kjfw } from '@/util/Basics';
|
|
import { mapState, createNamespacedHelpers } from 'vuex';
|
|
import { mapState, createNamespacedHelpers } from 'vuex';
|
|
export default {
|
|
export default {
|
|
metaInfo() {
|
|
metaInfo() {
|
|
@@ -74,6 +76,41 @@ export default {
|
|
},
|
|
},
|
|
data: function() {
|
|
data: function() {
|
|
return {
|
|
return {
|
|
|
|
+ // 最新资讯
|
|
|
|
+ zxzxList: [
|
|
|
|
+ {
|
|
|
|
+ title: '测试标题',
|
|
|
|
+ date: '2020-10-29',
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ title: '九条数据',
|
|
|
|
+ date: '2020-10-29',
|
|
|
|
+ },
|
|
|
|
+ ],
|
|
|
|
+ // 通知通告
|
|
|
|
+ tztgList: [
|
|
|
|
+ {
|
|
|
|
+ title: '测试标题',
|
|
|
|
+ date: '10-10',
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ title: '五条数据',
|
|
|
|
+ date: '10-10',
|
|
|
|
+ },
|
|
|
|
+ ],
|
|
|
|
+ // 政策法规
|
|
|
|
+ zcfgList: [
|
|
|
|
+ {
|
|
|
|
+ title: '测试标题',
|
|
|
|
+ date: '10-10',
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ title: '五条数据',
|
|
|
|
+ date: '10-10',
|
|
|
|
+ },
|
|
|
|
+ ],
|
|
|
|
+ // 科技服务
|
|
|
|
+ kjfwList: kjfw,
|
|
linkList: [
|
|
linkList: [
|
|
{
|
|
{
|
|
pic: require('@a/link.jpg'),
|
|
pic: require('@a/link.jpg'),
|