@@ -123,9 +123,9 @@ import resumes from '@publics/src/views/resume.vue';
import { mapActions, mapState } from 'vuex';
export default {
name: 'home',
- metaInfo: {
- title: '企业主页',
- },
+ // metaInfo: {
+ // title: '企业主页',
+ // },
components: {
resumes,
},
@@ -28,9 +28,9 @@ import detailLayout from '@/layout/detail-layout.vue';
name: 'index',
- title: '企业基本资料',
+ // title: '企业基本资料',
props: {},
detailLayout,
@@ -121,9 +121,9 @@ import _ from 'lodash';
- title: 'hr管理',
+ // title: 'hr管理',
listNormal,
bind,
@@ -20,9 +20,9 @@ import listTab from '@/layout/list-tab.vue';
- title: '招聘会管理',
+ // title: '招聘会管理',
list,
listTab,
@@ -144,7 +144,8 @@ export default {
toSubmit() {
this.$refs.form.validate(valid => {
if (valid) {
- this.checkVerify();
+ this.submit();
+ // this.checkVerify();
}
return false;
});