@@ -58,6 +58,11 @@
import { mapActions, mapState } from 'vuex';
import scroll from '@/layout/scroll.vue';
export default {
+ metaInfo() {
+ return {
+ title: '投递管理',
+ };
+ },
name: 'delivery',
props: {},
components: {
@@ -22,6 +22,11 @@ import nodata from '@/components/nodata.vue';
import qrcode from '@/components/qrcode.vue';
+ title: '入场券管理',
name: 'ticket',
@@ -30,6 +30,11 @@
<script>
+ title: '个人中心',
name: 'index',
components: {},
@@ -430,6 +430,11 @@ import { mapActions, mapState } from 'vuex';
import uploadFile from '@/components/upload-file.vue';
import _ from 'lodash';
+ title: '简历管理',
name: 'mainExp',
@@ -27,6 +27,11 @@
+ title: '信息设置',
name: 'setting',