123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513 |
- import { createRouter, createWebHashHistory } from 'vue-router'
- const routes = [
- {
- path: '/login',
- name: 'LoginPage',
- meta: {
- title: '登录页',
- },
- component: () =>
- import(
- '../views/Login.vue'
- ),
- },
- {
- path: '/',
- name: 'homePage',
- meta: {
- title: '首页',
- },
- component: () =>
- import(
- '../views/homePage.vue'
- ),
- children: [
- {
- path: '/home',
- name: 'homePage',
- meta: {
- title: '首页',
- },
- component: () =>
- import(
- // '../components/gatewayPage.vue'
- '../components/gatewaynNewPage.vue'
- ),
- },
- {
- path: '/taskCenter',
- name: 'taskCenter',
- meta: {
- title: '任务中心',
- },
- component: () =>
- import(
- '../components/taskCenter/taskCenterPage.vue'
- ),
- },
- {
- path: '/notification',
- name: 'notification',
- meta: {
- title: '通告管理',
- },
- component: () =>
- import(
- '../components/notification/notificationMangePage.vue'
- ),
- },
- {
- path: '/assessment',
- name: 'assessment',
- meta: {
- title: '考评业务',
- },
- children: [
- {
- path: '/assessment/evaluationStart',
- name: 'evaluationStart',
- meta: {
- title: '单位考评目标启动',
- },
- component: () =>
- import(
- '../components/assessment/evaluationStartPage.vue'
- ),
- },
- {
- path: '/assessment/evaluationAmendment',
- name: 'evaluationAmendment',
- meta: {
- title: '单位考评目标修订',
- },
- component: () =>
- import(
- '../components/assessment/evaluationAmendmentPage.vue'
- ),
- },
- {
- path: '/assessment/evaluationDeptStart',
- name: 'evaluationDeptStart',
- meta: {
- title: '部门考评目标启动',
- },
- component: () =>
- import(
- '../components/assessment/evaluationDeptStartPage.vue'
- ),
- },
- {
- path: '/assessment/evaluationMonth',
- name: 'evaluationMonth',
- meta: {
- title: '月度单位考评',
- },
- component: () =>
- import(
- '../components/assessment/evaluationMonthPage.vue'
- ),
- },
- {
- path: '/assessment/evaluationQuarter',
- name: 'evaluationQuarter',
- meta: {
- title: '季度单位考评',
- },
- component: () =>
- import(
- '../components/assessment/evaluationQuarterPage.vue'
- ),
- },
- {
- path: '/assessment/evaluationYear',
- name: 'evaluationYear',
- meta: {
- title: '年度目标考评',
- },
- component: () =>
- import(
- '../components/assessment/evaluationYearPage.vue'
- ),
- },
- {
- path: '/assessment/evaluationDeptBusiness',
- name: 'evaluationDeptBusiness',
- meta: {
- title: '部门经营业绩考评',
- },
- component: () =>
- import(
- '../components/assessment/evaluationDeptBusinessPage.vue'
- ),
- },
- {
- path: '/assessment/evaluationDeptRating',
- name: 'evaluationDeptRating',
- meta: {
- title: '部门绩效考核评级',
- },
- component: () =>
- import(
- '../components/assessment/evaluationDeptRatingPage.vue'
- ),
- },
- {
- path: '/assessment/assessmentApplication',
- name: 'assessmentApplication',
- meta: {
- title: '绩效结果考核申报',
- },
- component: () =>
- import(
- '../components/assessment/assessmentApplicationPage.vue'
- ),
- },
- {
- path: '/assessment/evaluationBenchmarkingIndic',
- name: 'evaluationBenchmarkingIndic',
- meta: {
- title: '考评指标对标',
- },
- component: () =>
- import(
- '../components/assessment/evaluationBenchmarkingIndicPage.vue'
- ),
- },
- {
- path: '/assessment/evaluationWarning',
- name: 'evaluationWarning',
- meta: {
- title: '考评预警',
- },
- component: () =>
- import(
- '../components/assessment/evaluationWarningPage.vue'
- ),
- },
- {
- path: '/assessment/evaluationUnitRating',
- name: 'evaluationUnitRating',
- meta: {
- title: '单位考评评级',
- },
- component: () =>
- import(
- '../components/assessment/evaluationUnitRatingPage.vue'
- ),
- },
- {
- path: '/assessment/evaluationReport',
- name: 'evaluationReport',
- meta: {
- title: '考评报告',
- },
- component: () =>
- import(
- '../components/assessment/evaluationReportPage.vue'
- ),
- },
- ]
- },
- {
- path: '/evaluationSystem',
- name: 'benchmark',
- meta: {
- title: '考评体系配置',
- },
- children: [
- {
- path: '/evaluationSystem/evaluationIndex',
- name: 'evaluationIndex',
- meta: {
- title: '考评指标管理',
- },
- component: () =>
- import(
- '../components/evaluationSystem/evaluationIndexPage.vue'
- ),
- },
- {
- path: '/evaluationSystem/evaluationRules',
- name: 'evaluationRules',
- meta: {
- title: '考评规则配置',
- },
- component: () =>
- import(
- '../components/evaluationSystem/evaluationRulesPage.vue'
- ),
- },
- {
- path: '/evaluationSystem/company',
- name: 'company',
- meta: {
- title: '考评单位配置',
- },
- component: () =>
- import(
- '../components/evaluationSystem/evaluationCompanyPage.vue'
- ),
- },
- {
- path: '/evaluationSystem/department',
- name: 'department',
- meta: {
- title: '考评部门配置',
- },
- component: () =>
- import(
- '../components/evaluationSystem/evaluationDepartmentPage.vue'
- ),
- },
- {
- path: '/evaluationSystem/personnel',
- name: 'personnel',
- meta: {
- title: '考评人员配置',
- },
- component: () =>
- import(
- '../components/evaluationSystem/evaluationPersonnelPage.vue'
- ),
- },
- {
- path: '/evaluationSystem/achievementK',
- name: 'achievementK',
- meta: {
- title: '业绩考核系数配置',
- },
- component: () =>
- import(
- '../components/evaluationSystem/achievementKPage.vue'
- ),
- },
- {
- path: '/evaluationSystem/partyBuildingK',
- name: 'partyBuildingK',
- meta: {
- title: '党建考核系数配置',
- },
- component: () =>
- import(
- '../components/evaluationSystem/partyBuildingKPage.vue'
- ),
- },
- {
- path: '/evaluationSystem/multiSequence',
- name: 'multiSequence',
- meta: {
- title: '多序列计算指标',
- },
- component: () =>
- import(
- '../components/evaluationSystem/evaluationMultiSequencePage.vue'
- ),
- }
- ]
- },
- {
- path: '/baseInfomation',
- name: 'baseInfomation',
- meta: {
- title: '基础信息配置',
- },
- children: [
- {
- path: '/baseInfomation/moreBrand',
- name: 'moreBrand',
- meta: {
- title: '单位营业收入',
- },
- component: () =>
- import(
- '../components/baseInfomation/moreBrandPage.vue'
- ),
- },
- {
- path: '/baseInfomation/baseBinSection',
- name: 'baseBinSection',
- meta: {
- title: '业务属性配置',
- },
- component: () =>
- import(
- '../components/baseInfomation/baseBinSectionPage.vue'
- ),
- },
- {
- path: '/baseInfomation/baseBinStage',
- name: 'baseBinStage',
- meta: {
- title: '业务阶段配置',
- },
- component: () =>
- import(
- '../components/baseInfomation/baseBinStagePage.vue'
- ),
- },
- {
- path: '/baseInfomation/baseIndicatorType',
- name: 'baseIndicatorType',
- meta: {
- title: '指标分类配置',
- },
- component: () =>
- import(
- '../components/baseInfomation/baseIndicatorTypePage.vue'
- ),
- }
- ]
- },
- {
- path: '/evaluationknowledge',
- name: 'evaluationknowledge',
- meta: {
- title: '对标考评规则',
- },
- children: [
- {
- path: '/evaluationknowledge/scoringRules',
- name: 'scoringRules',
- meta: {
- title: '考评得分规则',
- },
- component: () =>
- import(
- '../components/evaluationknowledgePage/scoringRulesPage.vue'
- ),
- },
- {
- path: '/evaluationknowledge/evalRatingRules',
- name: 'evalRatingRules',
- meta: {
- title: '考评评级规则',
- },
- component: () =>
- import(
- '../components/evaluationknowledgePage/evalRatingRulesPage.vue'
- ),
- },
- {
- path: '/evaluationknowledge/earlyWarningRule',
- name: 'earlyWarningRule',
- meta: {
- title: '考评预警规则',
- },
- component: () =>
- import(
- '../components/evaluationknowledgePage/earlyWarningRulePage.vue'
- ),
- }
- ]
- },
- ]
- },
- //移动端页面
- {
- path: '/mobeil',
- name: 'homeMobeilPage',
- meta: {
- title: '年度单位评级',
- },
- component: () =>
- import(
- '../mobeilComponent/homeMobeilPage.vue'
- ),
- },
- {
- path: '/menu',
- name: 'menuMobeilPage',
- meta: {
- title: '导航页',
- },
- component: () =>
- import(
- '../mobeilComponent/menuMobeilPage.vue'
- ),
- },
- {
- path: '/yearConpanyDetail',
- name: 'yearConpanyPage',
- meta: {
- title: '年度单位评级详情',
- },
- component: () =>
- import(
- '../mobeilComponent/yearConpanyPage.vue'
- ),
- },
- {
- path: '/quarterConpany',
- name: 'quarterConpany',
- meta: {
- title: '季度单位评级',
- },
- component: () =>
- import(
- '../mobeilComponent/seasonConpanyPage.vue'
- ),
- },
- {
- path: '/report',
- name: 'reportConpany',
- meta: {
- title: '单位考评报告',
- },
- component: () =>
- import(
- '../mobeilComponent/reportConpanyPage.vue'
- ),
- },
- {
- path: '/reportDetail',
- name: 'reportConpanyDetail',
- meta: {
- title: '单位考评报告详情',
- },
- component: () =>
- import(
- '../mobeilComponent/reportConpanyDetail.vue'
- ),
- },
- {
- path: '/earlyWarning',
- name: 'earlyWarning',
- meta: {
- title: '单位考评预警',
- },
- component: () =>
- import(
- '../mobeilComponent/earlyWarningPage.vue'
- ),
- },
- {
- path: '/notificationMobeil',
- name: 'notificationMobeil',
- meta: {
- title: '对标考评公告',
- },
- component: () =>
- import(
- '../mobeilComponent/notificationPage.vue'
- ),
- },
- {
- path: '/notificationDetail',
- name: 'notificationDetail',
- meta: {
- title: '对标考评公告详情',
- },
- component: () =>
- import(
- '../mobeilComponent/notificationPageDetail.vue'
- ),
- }
- ]
- const router = createRouter({
- history: createWebHashHistory(''),
- // history: '',
- routes,
- })
- export default router
|