| | |
| | | { |
| | | path: "/discrimination", |
| | | component: () => import("../../views/discrimination/index.vue"), |
| | | meta: { title: '中图铜镜' } |
| | | }, |
| | | //登录页面 |
| | | { |
| | | path: "/login", |
| | | component: () => import("../../views/login/index.vue"), |
| | | meta: { title: '登录' } |
| | | }, |
| | | //留言 |
| | | { |
| | | path: "/message", |
| | | component: () => import("../../views/message/index.vue"), |
| | | meta: { title: '铜为镜,正衣冠' } |
| | | }, |
| | | //添加留言 |
| | | { |
| | | path: "/Addmessage", |
| | | component: () => import("../../views/Addmessage/index.vue"), |
| | | meta: { title: '中图铜镜' } |
| | | }, |
| | | //评分 |
| | | { |
| | | path: "/examine", |
| | | name: "/examine", |
| | | component: () => import("../../views/examine/index.vue"), |
| | | meta: { title: '要公正,重考核' } |
| | | }, |
| | | //去评分 |
| | | { |
| | | path: "/toexamine", |
| | | component: () => import("../../views/toexamine/index.vue"), |
| | | meta: { title: '中图铜镜' } |
| | | |
| | | }, |
| | | // 评优页面 |
| | | { |
| | | path: "/Appraising", |
| | | component: () => import("../../views/Appraising/index.vue"), |
| | | meta: { title: '求卓越,争创优' } |
| | | }, |
| | | // 去评优 |
| | | { |
| | | path: "/toAppraising", |
| | | component: () => import("../../views/toAppraising/index.vue"), |
| | | meta: { title: '中图铜镜' } |
| | | }, |
| | | //员工评优 |
| | | { |
| | | path: '/toAppraisingfirst', |
| | | component: () => import("../../views/toAppraising/toAppraisingfirst.vue"), |
| | | meta: { title: '中图铜镜' } |
| | | }, |
| | | //部门评优 |
| | | { |
| | | path: '/toAppraisingtwo', |
| | | component: () => import("../../views/toAppraising/toAppraisingtwo.vue"), |
| | | meta: { title: '中图铜镜' } |
| | | }, |
| | | { |
| | | path: '/toAppraisingthree', |
| | | component: () => import("../../views/toAppraising/toAppraisingthree.vue"), |
| | | meta: { title: '中图铜镜' } |
| | | }, |
| | | |
| | | ]; |