- 我是首页
+
+
+
+
diff --git a/src/views/dashboard/indexRouter.js b/src/views/dashboard/indexRouter.js
new file mode 100644
index 0000000..77be33f
--- /dev/null
+++ b/src/views/dashboard/indexRouter.js
@@ -0,0 +1,82 @@
+
+const IndexRouter = [
+ {
+ redirect: null,
+ path: '/workTeam/WorkTeam',
+ component: 'workTeam/WorkTeam',
+ route: '4',
+ meta: {
+ icon: require('../../assets/indexImgs/workgroup.png'),
+ componentName: 'WorkTeam',
+ title: '我的工作组' // 菜单名称
+ },
+ name: 'work-team',
+ id: '4'
+ },
+ {
+ redirect: null,
+ path: '/mineProject/MineProject',
+ component: 'mineProject/MineProject',
+ route: '2',
+ meta: {
+ icon: require('../../assets/indexImgs/project.png'),
+ componentName: 'MineProject',
+ title: '我的项目' // 菜单名称
+ },
+ name: 'mine-project',
+ id: '2'
+ },
+ {
+ redirect: null,
+ path: '/meetingActivity/MeetingActivity',
+ component: 'meetingActivity/MeetingActivity',
+ route: '6',
+ meta: {
+ icon: require('../../assets/indexImgs/meeting.png'),
+ componentName: 'MeetingActivity',
+ title: '我的会议' // 菜单名称
+ },
+ name: 'meeting-activity',
+ id: '6'
+ },
+ {
+ redirect: null,
+ path: '/dataMember/DataMember',
+ component: 'dataMember/DataMember',
+ route: '5',
+ meta: {
+ icon: require('../../assets/indexImgs/member.png'),
+ componentName: 'DataMember',
+ title: '我的会员' // 菜单名称
+ },
+ name: 'data-member',
+ id: '5'
+ },
+ {
+ redirect: null,
+ path: '/dataDownload/DataDownload',
+ component: 'dataDownload/DataDownload',
+ route: '7',
+ meta: {
+ icon: require('../../assets/indexImgs/file.png'),
+ componentName: 'DataDownload',
+ title: '资料下载' // 菜单名称
+ },
+ name: 'data-download',
+ id: '7'
+ },
+ {
+ redirect: null,
+ path: '/mineContract/MineContract',
+ component: 'mineContract/MineContract',
+ route: '8',
+ meta: {
+ icon: require('../../assets/indexImgs/contract-manmage.png'),
+ componentName: 'MineContract',
+ title: '我的合同' // 菜单名称
+ },
+ name: 'mine-contract',
+ id: '8'
+ },
+]
+export default IndexRouter
\ No newline at end of file
diff --git a/src/views/meetingActivity/MeetingActivity.vue b/src/views/meetingActivity/MeetingActivity.vue
index 1e3953c..c0820ae 100644
--- a/src/views/meetingActivity/MeetingActivity.vue
+++ b/src/views/meetingActivity/MeetingActivity.vue
@@ -90,9 +90,9 @@
上传凭证
-

-
-
+

+

+