|
@@ -2,7 +2,7 @@
|
|
<div id="index">
|
|
<div id="index">
|
|
<el-row>
|
|
<el-row>
|
|
<el-col :span="24" class="top">
|
|
<el-col :span="24" class="top">
|
|
- <top></top>
|
|
|
|
|
|
+ <topInfo></topInfo>
|
|
</el-col>
|
|
</el-col>
|
|
<el-col :span="24" class="menu">
|
|
<el-col :span="24" class="menu">
|
|
<div class="w_1200">
|
|
<div class="w_1200">
|
|
@@ -44,7 +44,7 @@
|
|
import { mapState, createNamespacedHelpers } from 'vuex';
|
|
import { mapState, createNamespacedHelpers } from 'vuex';
|
|
const { mapActions: news } = createNamespacedHelpers('news');
|
|
const { mapActions: news } = createNamespacedHelpers('news');
|
|
const { mapActions: link } = createNamespacedHelpers('links');
|
|
const { mapActions: link } = createNamespacedHelpers('links');
|
|
-import top from '@/layout/common/top.vue';
|
|
|
|
|
|
+import topInfo from '@/layout/common/topInfo.vue';
|
|
import menus from '@/layout/common/menus.vue';
|
|
import menus from '@/layout/common/menus.vue';
|
|
import topRight from '@/layout/index/top-right.vue';
|
|
import topRight from '@/layout/index/top-right.vue';
|
|
import jobs from '@/layout/index/jobs.vue';
|
|
import jobs from '@/layout/index/jobs.vue';
|
|
@@ -62,7 +62,7 @@ export default {
|
|
name: 'index',
|
|
name: 'index',
|
|
props: {},
|
|
props: {},
|
|
components: {
|
|
components: {
|
|
- top,
|
|
|
|
|
|
+ topInfo,
|
|
menus,
|
|
menus,
|
|
topRight,
|
|
topRight,
|
|
jobs,
|
|
jobs,
|