diff --git a/src/Layout/index.vue b/src/Layout/index.vue index bf87edf..cd260ca 100644 --- a/src/Layout/index.vue +++ b/src/Layout/index.vue @@ -63,7 +63,7 @@ onMounted(() => { // 页面滚动窗口监听事件 window.onscroll = function () { let high = document.documentElement.scrollTop || document.body.scrollTop //兼容各浏览器 - console.log(high,totop.value.offsetTop) + // console.log(high,totop.value.offsetTop) if (flog.value) { num = num - 20 @@ -94,20 +94,20 @@ onMounted(() => { .gotop { display: none; - width: 45px; - height: 45px; + width: 45PX; + height: 45PX; z-index: 999; position: fixed; bottom: 50px; right: 50px; background-image: url('../assets/images/jinglingtu.png'); - background-position: -264px -78px; + background-position: -264PX -78PX; transition: top 0.2s linear; animation: show 0.5s ease-in-out; } .gotop:hover { transition: background-image 0.2s ease-in; - background-position: -215px -78px; + background-position: -215PX -78PX; } .bian { animation: bian 0.1s ease-in-out; @@ -128,10 +128,10 @@ onMounted(() => { } @keyframes bian { 0% { - background-position: -6px -145px; + background-position: -6PX -145PX; } 100% { - background-position: -316px -78px; + background-position: -316PX -78PX; } } // @keyframes fei { diff --git a/src/Layout/tabbar/index.vue b/src/Layout/tabbar/index.vue index 11df34e..c743dfb 100644 --- a/src/Layout/tabbar/index.vue +++ b/src/Layout/tabbar/index.vue @@ -14,10 +14,10 @@
-
企业入口
+ +
登录注册入口
diff --git a/src/assets/images/crous-card.png b/src/assets/images/crous-card.png new file mode 100644 index 0000000..8625e17 Binary files /dev/null and b/src/assets/images/crous-card.png differ diff --git a/src/router/module/constRouter/index.ts b/src/router/module/constRouter/index.ts index 0c653a4..a2c9ec8 100644 --- a/src/router/module/constRouter/index.ts +++ b/src/router/module/constRouter/index.ts @@ -16,7 +16,7 @@ export const constRouter: any = [ component: () => import('@/views/home/index.vue'), meta: { icon: '', - title: '学院首页', + title: '首页', hidden: false, }, children: [ @@ -26,19 +26,19 @@ export const constRouter: any = [ component: () => import('@/views/home/test.vue'), meta: { icon: '', - title: '学院首页', + title: '首页', hidden: false, }, }, ], }, { - path: '/professionalProfile', // 专业概括 + path: '/professionalProfile', // 课程 component: () => import('@/views/professionalProfile/index.vue'), name: 'ProfessionalProfile', meta: { icon: '', - title: '专业概括', + title: '课程', hidden: false, }, }, @@ -48,7 +48,7 @@ export const constRouter: any = [ name: 'PedagogicalReform', meta: { icon: '', - title: '教学改革', + title: '资讯', hidden: false, }, }, @@ -58,85 +58,85 @@ export const constRouter: any = [ name: 'CcientificResearch', meta: { icon: '', - title: '科学研究', - hidden: false, - }, - }, - { - path: '/talentDevelopment', // 人才培养 - component: () => import('@/views/talentDevelopment/index.vue'), - name: 'TalentDevelopment', - meta: { - icon: '', - title: '人才培养', - hidden: false, - }, - }, - { - path: '/presentationAchievements', // 成果展示 - component: () => import('@/views/presentationAchievements/index.vue'), - name: 'PresentationAchievements', - meta: { - icon: '', - title: '成果展示', - hidden: false, - }, - redirect: '/presentationAchievements/dev', - children: [ - { - path: 'dev', - component: () => - import('@/views/presentationAchievements/dev.vue'), - name: 'Dev', - meta: { - icon: '', - title: 'dev', - hidden: false, - }, - }, - { - path: 'test', - component: () => - import('@/views/presentationAchievements/test.vue'), - name: 'Test', - meta: { - icon: '', - title: 'test', - hidden: false, - }, - }, - ], - }, - { - path: '/productFusion', // 产品融合 - component: () => import('@/views/productFusion/index.vue'), - name: 'ProductFusion', - meta: { - icon: '', - title: '产品融合', - hidden: false, - }, - }, - { - path: '/dailyTeaching', // 日常教学 - component: () => import('@/views/dailyTeaching/index.vue'), - name: 'DailyTeaching', - meta: { - icon: '', - title: '日常教学', - hidden: false, - }, - }, - { - path: '/outstandingStudents', // 优秀学生 - component: () => import('@/views/outstandingStudents/index.vue'), - name: 'OutstandingStudents', - meta: { - icon: '', - title: '优秀学生', + title: '关于我们', hidden: false, }, }, + // { + // path: '/talentDevelopment', // 人才培养 + // component: () => import('@/views/talentDevelopment/index.vue'), + // name: 'TalentDevelopment', + // meta: { + // icon: '', + // title: '人才培养', + // hidden: false, + // }, + // }, + // { + // path: '/presentationAchievements', // 成果展示 + // component: () => import('@/views/presentationAchievements/index.vue'), + // name: 'PresentationAchievements', + // meta: { + // icon: '', + // title: '成果展示', + // hidden: false, + // }, + // redirect: '/presentationAchievements/dev', + // children: [ + // { + // path: 'dev', + // component: () => + // import('@/views/presentationAchievements/dev.vue'), + // name: 'Dev', + // meta: { + // icon: '', + // title: 'dev', + // hidden: false, + // }, + // }, + // { + // path: 'test', + // component: () => + // import('@/views/presentationAchievements/test.vue'), + // name: 'Test', + // meta: { + // icon: '', + // title: 'test', + // hidden: false, + // }, + // }, + // ], + // }, + // { + // path: '/productFusion', // 产品融合 + // component: () => import('@/views/productFusion/index.vue'), + // name: 'ProductFusion', + // meta: { + // icon: '', + // title: '产品融合', + // hidden: false, + // }, + // }, + // { + // path: '/dailyTeaching', // 日常教学 + // component: () => import('@/views/dailyTeaching/index.vue'), + // name: 'DailyTeaching', + // meta: { + // icon: '', + // title: '日常教学', + // hidden: false, + // }, + // }, + // { + // path: '/outstandingStudents', // 优秀学生 + // component: () => import('@/views/outstandingStudents/index.vue'), + // name: 'OutstandingStudents', + // meta: { + // icon: '', + // title: '优秀学生', + // hidden: false, + // }, + // }, ], }, { diff --git a/src/views/home/components/Graph.vue b/src/views/home/components/Graph.vue new file mode 100644 index 0000000..64e98e6 --- /dev/null +++ b/src/views/home/components/Graph.vue @@ -0,0 +1,155 @@ + + + + + diff --git a/src/views/home/index.vue b/src/views/home/index.vue index 1f53d04..5ba0a65 100644 --- a/src/views/home/index.vue +++ b/src/views/home/index.vue @@ -1,74 +1,152 @@ diff --git a/src/views/home/index1.vue b/src/views/home/index1.vue new file mode 100644 index 0000000..1f53d04 --- /dev/null +++ b/src/views/home/index1.vue @@ -0,0 +1,82 @@ + + + + + diff --git a/src/views/talentDevelopment/index.vue b/src/views/talentDevelopment/index.vue index a0be5d4..a04b650 100644 --- a/src/views/talentDevelopment/index.vue +++ b/src/views/talentDevelopment/index.vue @@ -3,15 +3,59 @@
人才培养
+
+ +