|
@@ -39,7 +39,7 @@
|
|
<fast></fast>
|
|
<fast></fast>
|
|
</el-col>
|
|
</el-col>
|
|
<el-col :span="16" class="cause">
|
|
<el-col :span="16" class="cause">
|
|
- 吉林省事业单位
|
|
|
|
|
|
+ <cause></cause>
|
|
</el-col>
|
|
</el-col>
|
|
</el-col>
|
|
</el-col>
|
|
<el-col :span="24" class="mainWheel">
|
|
<el-col :span="24" class="mainWheel">
|
|
@@ -83,6 +83,7 @@ import login from '../../layout/index/login.vue';
|
|
import calendar from '../../layout/index/calendar.vue';
|
|
import calendar from '../../layout/index/calendar.vue';
|
|
import recruit from '../../layout/index/recruit.vue';
|
|
import recruit from '../../layout/index/recruit.vue';
|
|
import fast from '../../layout/index/fast.vue';
|
|
import fast from '../../layout/index/fast.vue';
|
|
|
|
+import cause from '../../layout/index/cause.vue';
|
|
import friendLink from '../../layout/index/friendLink.vue';
|
|
import friendLink from '../../layout/index/friendLink.vue';
|
|
import footDown from '../../layout/index/foot.vue';
|
|
import footDown from '../../layout/index/foot.vue';
|
|
export default {
|
|
export default {
|
|
@@ -108,6 +109,7 @@ export default {
|
|
calendar,
|
|
calendar,
|
|
recruit,
|
|
recruit,
|
|
fast,
|
|
fast,
|
|
|
|
+ cause,
|
|
friendLink,
|
|
friendLink,
|
|
footDown,
|
|
footDown,
|
|
|
|
|