index.js 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568
  1. import { createRouter, createWebHashHistory } from 'vue-router'
  2. const routes = [
  3. {
  4. path: '/login',
  5. name: 'LoginPage',
  6. meta: {
  7. title: '登录页',
  8. },
  9. component: () =>
  10. import(
  11. '../views/Login.vue'
  12. ),
  13. },
  14. {
  15. path: '/',
  16. name: 'homePage',
  17. meta: {
  18. title: '首页',
  19. },
  20. component: () =>
  21. import(
  22. '../views/homePage.vue'
  23. ),
  24. children: [
  25. {
  26. path: '/home',
  27. name: 'homePage',
  28. meta: {
  29. title: '首页',
  30. },
  31. component: () =>
  32. import(
  33. // '../components/gatewayPage.vue'
  34. '../components/gatewaynNewPage.vue'
  35. ),
  36. },
  37. {
  38. path: '/taskCenter',
  39. name: 'taskCenter',
  40. meta: {
  41. title: '任务中心',
  42. },
  43. component: () =>
  44. import(
  45. '../components/taskCenter/taskCenterPage.vue'
  46. ),
  47. },
  48. {
  49. path: '/notification',
  50. name: 'notification',
  51. meta: {
  52. title: '通告管理',
  53. },
  54. component: () =>
  55. import(
  56. '../components/notification/notificationMangePage.vue'
  57. ),
  58. },
  59. {
  60. path: '/robotAi',
  61. name: 'robotAi',
  62. meta: {
  63. title: '智能AI交互',
  64. },
  65. component: () =>
  66. import(
  67. '../components/robotAi/robotAiPage.vue'
  68. ),
  69. },
  70. {
  71. path: '/assessment',
  72. name: 'assessment',
  73. meta: {
  74. title: '考评业务',
  75. },
  76. children: [
  77. {
  78. path: '/assessment/evaluationStart',
  79. name: 'evaluationStart',
  80. meta: {
  81. title: '单位考评目标启动',
  82. },
  83. component: () =>
  84. import(
  85. '../components/assessment/evaluationStartPage.vue'
  86. ),
  87. },
  88. {
  89. path: '/assessment/evaluationAmendment',
  90. name: 'evaluationAmendment',
  91. meta: {
  92. title: '单位考评目标修订',
  93. },
  94. component: () =>
  95. import(
  96. '../components/assessment/evaluationAmendmentPage.vue'
  97. ),
  98. },
  99. {
  100. path: '/assessment/evaluationDeptStart',
  101. name: 'evaluationDeptStart',
  102. meta: {
  103. title: '部门考评目标启动',
  104. },
  105. component: () =>
  106. import(
  107. '../components/assessment/evaluationDeptStartPage.vue'
  108. ),
  109. },
  110. {
  111. path: '/assessment/evaluationMonth',
  112. name: 'evaluationMonth',
  113. meta: {
  114. title: '月度单位考评',
  115. },
  116. component: () =>
  117. import(
  118. '../components/assessment/evaluationMonthPage.vue'
  119. ),
  120. },
  121. {
  122. path: '/assessment/evaluationQuarter',
  123. name: 'evaluationQuarter',
  124. meta: {
  125. title: '季度单位考评',
  126. },
  127. component: () =>
  128. import(
  129. '../components/assessment/evaluationQuarterPage.vue'
  130. ),
  131. },
  132. {
  133. path: '/assessment/evaluationYear',
  134. name: 'evaluationYear',
  135. meta: {
  136. title: '年度目标考评',
  137. },
  138. component: () =>
  139. import(
  140. '../components/assessment/evaluationYearPage.vue'
  141. ),
  142. },
  143. {
  144. path: '/assessment/evaluationDeptBusiness',
  145. name: 'evaluationDeptBusiness',
  146. meta: {
  147. title: '部门经营业绩考评',
  148. },
  149. component: () =>
  150. import(
  151. '../components/assessment/evaluationDeptBusinessPage.vue'
  152. ),
  153. },
  154. {
  155. path: '/assessment/evaluationDeptRating',
  156. name: 'evaluationDeptRating',
  157. meta: {
  158. title: '部门绩效考核评级',
  159. },
  160. component: () =>
  161. import(
  162. '../components/assessment/evaluationDeptRatingPage.vue'
  163. ),
  164. },
  165. {
  166. path: '/assessment/assessmentApplication',
  167. name: 'assessmentApplication',
  168. meta: {
  169. title: '绩效结果考核申报',
  170. },
  171. component: () =>
  172. import(
  173. '../components/assessment/assessmentApplicationPage.vue'
  174. ),
  175. },
  176. {
  177. path: '/assessment/evaluationBenchmarkingIndic',
  178. name: 'evaluationBenchmarkingIndic',
  179. meta: {
  180. title: '考评指标对标',
  181. },
  182. component: () =>
  183. import(
  184. '../components/assessment/evaluationBenchmarkingIndicPage.vue'
  185. ),
  186. },
  187. {
  188. path: '/assessment/evaluationBenchmarkManage',
  189. name: 'evaluationBenchmarkManage',
  190. meta: {
  191. title: '业绩对标管理',
  192. },
  193. component: () =>
  194. import(
  195. '../components/assessment/evaluationBenchmarkManagePage.vue'
  196. ),
  197. },
  198. {
  199. path: '/assessment/benchmarkingIndicBasic',
  200. name: 'benchmarkingIndicBasic',
  201. meta: {
  202. title: '基础指标对标',
  203. },
  204. component: () =>
  205. import(
  206. '../components/assessment/benchmarkingIndicBasicPage.vue'
  207. ),
  208. },
  209. {
  210. path: '/assessment/evaluationWarning',
  211. name: 'evaluationWarning',
  212. meta: {
  213. title: '考评预警',
  214. },
  215. component: () =>
  216. import(
  217. '../components/assessment/evaluationWarningPage.vue'
  218. ),
  219. },
  220. {
  221. path: '/assessment/evaluationUnitRating',
  222. name: 'evaluationUnitRating',
  223. meta: {
  224. title: '单位考评评级',
  225. },
  226. component: () =>
  227. import(
  228. '../components/assessment/evaluationUnitRatingPage.vue'
  229. ),
  230. },
  231. {
  232. path: '/assessment/evaluationReport',
  233. name: 'evaluationReport',
  234. meta: {
  235. title: '考评报告',
  236. },
  237. component: () =>
  238. import(
  239. '../components/assessment/evaluationReportPage.vue'
  240. ),
  241. },
  242. ]
  243. },
  244. {
  245. path: '/evaluationSystem',
  246. name: 'benchmark',
  247. meta: {
  248. title: '考评体系配置',
  249. },
  250. children: [
  251. {
  252. path: '/evaluationSystem/systemWarning',
  253. name: 'systemWarning',
  254. meta: {
  255. title: '考评体系预警',
  256. },
  257. component: () =>
  258. import(
  259. '../components/evaluationSystem/systemWarningPage.vue'
  260. ),
  261. },
  262. {
  263. path: '/evaluationSystem/evaluationIndex',
  264. name: 'evaluationIndex',
  265. meta: {
  266. title: '考评指标管理',
  267. },
  268. component: () =>
  269. import(
  270. '../components/evaluationSystem/evaluationIndexPage.vue'
  271. ),
  272. },
  273. {
  274. path: '/evaluationSystem/evaluationRules',
  275. name: 'evaluationRules',
  276. meta: {
  277. title: '考评规则配置',
  278. },
  279. component: () =>
  280. import(
  281. '../components/evaluationSystem/evaluationRulesPage.vue'
  282. ),
  283. },
  284. {
  285. path: '/evaluationSystem/company',
  286. name: 'company',
  287. meta: {
  288. title: '考评单位配置',
  289. },
  290. component: () =>
  291. import(
  292. '../components/evaluationSystem/evaluationCompanyPage.vue'
  293. ),
  294. },
  295. {
  296. path: '/evaluationSystem/department',
  297. name: 'department',
  298. meta: {
  299. title: '考评部门配置',
  300. },
  301. component: () =>
  302. import(
  303. '../components/evaluationSystem/evaluationDepartmentPage.vue'
  304. ),
  305. },
  306. {
  307. path: '/evaluationSystem/personnel',
  308. name: 'personnel',
  309. meta: {
  310. title: '考评人员配置',
  311. },
  312. component: () =>
  313. import(
  314. '../components/evaluationSystem/evaluationPersonnelPage.vue'
  315. ),
  316. },
  317. {
  318. path: '/evaluationSystem/achievementK',
  319. name: 'achievementK',
  320. meta: {
  321. title: '业绩考核系数配置',
  322. },
  323. component: () =>
  324. import(
  325. '../components/evaluationSystem/achievementKPage.vue'
  326. ),
  327. },
  328. {
  329. path: '/evaluationSystem/partyBuildingK',
  330. name: 'partyBuildingK',
  331. meta: {
  332. title: '党建考核系数配置',
  333. },
  334. component: () =>
  335. import(
  336. '../components/evaluationSystem/partyBuildingKPage.vue'
  337. ),
  338. },
  339. {
  340. path: '/evaluationSystem/multiSequence',
  341. name: 'multiSequence',
  342. meta: {
  343. title: '多序列计算指标',
  344. },
  345. component: () =>
  346. import(
  347. '../components/evaluationSystem/evaluationMultiSequencePage.vue'
  348. ),
  349. }
  350. ]
  351. },
  352. {
  353. path: '/baseInfomation',
  354. name: 'baseInfomation',
  355. meta: {
  356. title: '基础信息配置',
  357. },
  358. children: [
  359. {
  360. path: '/baseInfomation/moreBrand',
  361. name: 'moreBrand',
  362. meta: {
  363. title: '单位营业收入',
  364. },
  365. component: () =>
  366. import(
  367. '../components/baseInfomation/moreBrandPage.vue'
  368. ),
  369. },
  370. {
  371. path: '/baseInfomation/baseDataDictionary',
  372. name: 'baseDataDictionary',
  373. meta: {
  374. title: '数据字典配置',
  375. },
  376. component: () =>
  377. import(
  378. '../components/baseInfomation/baseDataDictionaryPage.vue'
  379. ),
  380. },
  381. {
  382. path: '/baseInfomation/baseBinSection',
  383. name: 'baseBinSection',
  384. meta: {
  385. title: '业务属性配置',
  386. },
  387. component: () =>
  388. import(
  389. '../components/baseInfomation/baseBinSectionPage.vue'
  390. ),
  391. },
  392. {
  393. path: '/baseInfomation/baseBinStage',
  394. name: 'baseBinStage',
  395. meta: {
  396. title: '业务阶段配置',
  397. },
  398. component: () =>
  399. import(
  400. '../components/baseInfomation/baseBinStagePage.vue'
  401. ),
  402. },
  403. {
  404. path: '/baseInfomation/baseIndicatorType',
  405. name: 'baseIndicatorType',
  406. meta: {
  407. title: '指标分类配置',
  408. },
  409. component: () =>
  410. import(
  411. '../components/baseInfomation/baseIndicatorTypePage.vue'
  412. ),
  413. }
  414. ]
  415. },
  416. {
  417. path: '/evaluationknowledge',
  418. name: 'evaluationknowledge',
  419. meta: {
  420. title: '对标考评规则',
  421. },
  422. children: [
  423. {
  424. path: '/evaluationknowledge/scoringRules',
  425. name: 'scoringRules',
  426. meta: {
  427. title: '考评得分规则',
  428. },
  429. component: () =>
  430. import(
  431. '../components/evaluationknowledgePage/scoringRulesNewPage.vue'
  432. ),
  433. },
  434. {
  435. path: '/evaluationknowledge/evalRatingRules',
  436. name: 'evalRatingRules',
  437. meta: {
  438. title: '考评评级规则',
  439. },
  440. component: () =>
  441. import(
  442. '../components/evaluationknowledgePage/evalRatingRulesPage.vue'
  443. ),
  444. },
  445. {
  446. path: '/evaluationknowledge/earlyWarningRule',
  447. name: 'earlyWarningRule',
  448. meta: {
  449. title: '考评预警规则',
  450. },
  451. component: () =>
  452. import(
  453. '../components/evaluationknowledgePage/earlyWarningRulePage.vue'
  454. ),
  455. }
  456. ]
  457. },
  458. ]
  459. },
  460. //移动端页面
  461. {
  462. path: '/mobeil',
  463. name: 'homeMobeilPage',
  464. meta: {
  465. title: '年度单位评级',
  466. },
  467. component: () =>
  468. import(
  469. '../mobeilComponent/homeMobeilPage.vue'
  470. ),
  471. },
  472. {
  473. path: '/menu',
  474. name: 'menuMobeilPage',
  475. meta: {
  476. title: '导航页',
  477. },
  478. component: () =>
  479. import(
  480. '../mobeilComponent/menuMobeilPage.vue'
  481. ),
  482. },
  483. {
  484. path: '/yearConpanyDetail',
  485. name: 'yearConpanyPage',
  486. meta: {
  487. title: '年度单位评级详情',
  488. },
  489. component: () =>
  490. import(
  491. '../mobeilComponent/yearConpanyPage.vue'
  492. ),
  493. },
  494. {
  495. path: '/quarterConpany',
  496. name: 'quarterConpany',
  497. meta: {
  498. title: '季度单位评级',
  499. },
  500. component: () =>
  501. import(
  502. '../mobeilComponent/seasonConpanyPage.vue'
  503. ),
  504. },
  505. {
  506. path: '/report',
  507. name: 'reportConpany',
  508. meta: {
  509. title: '单位考评报告',
  510. },
  511. component: () =>
  512. import(
  513. '../mobeilComponent/reportConpanyPage.vue'
  514. ),
  515. },
  516. {
  517. path: '/reportDetail',
  518. name: 'reportConpanyDetail',
  519. meta: {
  520. title: '单位考评报告详情',
  521. },
  522. component: () =>
  523. import(
  524. '../mobeilComponent/reportConpanyDetail.vue'
  525. ),
  526. },
  527. {
  528. path: '/earlyWarning',
  529. name: 'earlyWarning',
  530. meta: {
  531. title: '单位考评预警',
  532. },
  533. component: () =>
  534. import(
  535. '../mobeilComponent/earlyWarningPage.vue'
  536. ),
  537. },
  538. {
  539. path: '/notificationMobeil',
  540. name: 'notificationMobeil',
  541. meta: {
  542. title: '对标考评公告',
  543. },
  544. component: () =>
  545. import(
  546. '../mobeilComponent/notificationPage.vue'
  547. ),
  548. },
  549. {
  550. path: '/notificationDetail',
  551. name: 'notificationDetail',
  552. meta: {
  553. title: '对标考评公告详情',
  554. },
  555. component: () =>
  556. import(
  557. '../mobeilComponent/notificationPageDetail.vue'
  558. ),
  559. }
  560. ]
  561. const router = createRouter({
  562. history: createWebHashHistory(''),
  563. // history: '',
  564. routes,
  565. })
  566. export default router