index.js 6.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295
  1. import Vue from 'vue'
  2. import VueRouter from 'vue-router'
  3. import Index from '../views/Index.vue'
  4. Vue.use(VueRouter)
  5. const routes = [{
  6. path: '/',
  7. name: 'home',
  8. redirect: '/index'
  9. },
  10. {
  11. path: '/index',
  12. name: 'index',
  13. component: Index
  14. },
  15. {
  16. path: '/about',
  17. name: 'About',
  18. component: () => import('../views/About.vue')
  19. },
  20. {
  21. path: '/point',
  22. name: 'point',
  23. component: () => import('../views/point.vue')
  24. },
  25. {
  26. path: '/FanStatusQueryExport',
  27. name: 'FanStatusQueryExport',
  28. component: () => import('../views/FanStatusQueryExport/FanStatusQueryExport.vue')
  29. },
  30. {
  31. path: '/gradeEvaluation',
  32. name: 'gradeEvaluation',
  33. component: () => import('../views/gradeEvaluation/GradeEvaluation.vue')
  34. }
  35. ,
  36. {
  37. path: '/performanceList_fan',
  38. name: 'performanceList_fan',
  39. component: () => import('../views/Performance/PerformanceList.vue')
  40. }
  41. ,
  42. {
  43. path: '/new_performanceList_fan',
  44. name: 'new_performanceList_fan',
  45. component: () => import('../views/Performance/NewPerformanceList.vue')
  46. }
  47. ,
  48. {
  49. path: '/benchmark_Venue',
  50. name: 'benchmark_Venue',
  51. component: () => import('../views/BorderBenchmark/YardBenchmark.vue')
  52. }
  53. ,
  54. {
  55. path: '/benchmark_International',
  56. name: 'benchmark_International',
  57. component: () => import('../views/BorderBenchmark/InternationalBenchmark.vue')
  58. }
  59. ,
  60. {
  61. path: '/fiveLossRates',
  62. name: 'fiveLossRates',
  63. component: () => import('../views/benchMarking/FiveLossRates.vue')
  64. }
  65. ,
  66. {
  67. path: '/fiveLossLineTable',
  68. name: 'fiveLossLineTable',
  69. component: () => import('../views/benchMarking/FiveLossLineTable.vue')
  70. }
  71. ,
  72. {
  73. path: '/YardBenchmark_particulars',
  74. name: 'YardBenchmark_particulars',
  75. component: () => import('../views/BorderBenchmark/YardBenchmark_particulars.vue')
  76. }
  77. ,
  78. {
  79. path: '/NationBenchmark_particulars',
  80. name: 'NationBenchmark_particulars',
  81. component: () => import('../views/BorderBenchmark/InnationBenchmark_particulars.vue')
  82. }
  83. ,
  84. {
  85. path: '/benchmark_project',
  86. name: 'benchmark_project',
  87. component: () => import('../views/ProjectBenchmark/ProjectBenchmark.vue')
  88. }
  89. ,
  90. {
  91. path: '/benchmark_project_particulars',
  92. name: 'benchmark_project_particulars',
  93. component: () => import('../views/ProjectBenchmark/ProjectBenchmark_particulars.vue')
  94. }
  95. ,
  96. {
  97. path: '/benchmark_property',
  98. name: 'benchmark_property',
  99. component: () => import('../views/PropertyBenchnark/PropertBenchmark.vue')
  100. }
  101. ,
  102. {
  103. path: '/benchmark_property_particulars',
  104. name: 'benchmark_property_particulars',
  105. component: () => import('../views/PropertyBenchnark/PropertBenchmark_particulars.vue')
  106. }
  107. ,
  108. {
  109. path: '/benchmark_SingleTransverse',
  110. name: 'benchmark_SingleTransverse',
  111. component: () => import('../views/PropertyBenchnark/SingleTransverseBenchmark.vue')
  112. }
  113. ,
  114. {
  115. path: '/GoodnessRank',
  116. name: 'GoodnessRank',
  117. component: () => import('../views/NormRanking/GoodnessfitRank.vue')
  118. }
  119. ,
  120. {
  121. path: '/GrossgenerationRank',
  122. name: 'GrossgenerationRank',
  123. component: () => import('../views/NormRanking/Grossgeneration_Rank.vue')
  124. }
  125. ,
  126. {
  127. path: '/PercentageLossr_Rank',
  128. name: 'PercentageLossr_Rank',
  129. component: () => import('../views/NormRanking/PercentageLossrRank.vue')
  130. }
  131. ,
  132. {
  133. path: '/power_Editor',
  134. name: 'power_Editor',
  135. component: () => import('../views/SinglePerformanceAnalysis/powerEditor.vue')
  136. }
  137. ,
  138. {
  139. path: '/individual_Pandectinformation',
  140. name: 'individual_Pandectinformation',
  141. component: () => import('../views/SinglePerformanceAnalysis/individualPandectinformation.vue')
  142. }
  143. ,
  144. {
  145. path: '/indicia',
  146. component: () => import('../views/SinglePerformanceAnalysis/individualPandectinformationdetails.vue')
  147. }
  148. ,
  149. {
  150. path: '/history_date',
  151. component: () => import('../views/SinglePerformanceAnalysis/individualHistoryinformation.vue')
  152. }
  153. ,
  154. {
  155. path: '/PowerandWindspeed_Chart',
  156. component: () => import('../views/SinglePerformanceAnalysis/PowerandWindspeedChart.vue')
  157. }
  158. ,
  159. {
  160. path: '/Power_Chart',
  161. component: () => import('../views/SinglePerformanceAnalysis/PowerChart.vue')
  162. }
  163. ,
  164. {
  165. path: '/lossRateAbandoned',
  166. name: 'lossRateAbandoned',
  167. component: () => import('../views/benchMarking/LossRateAbandoned.vue')
  168. }
  169. ,
  170. {
  171. path: '/lossRateAffected',
  172. name: 'lossRateAffected',
  173. component: () => import('../views/benchMarking/LossRateAffected.vue')
  174. }
  175. ,
  176. {
  177. path: '/lossRateFailure',
  178. name: 'lossRateFailure',
  179. component: () => import('../views/benchMarking/LossRateFailure.vue')
  180. }
  181. ,
  182. {
  183. path: '/lossRateMaintenance',
  184. name: 'lossRateMaintenance',
  185. component: () => import('../views/benchMarking/LossRateMaintenance.vue')
  186. }
  187. ,
  188. {
  189. path: '/lossRatePerformance',
  190. name: 'lossRatePerformance',
  191. component: () => import('../views/benchMarking/LossRatePerformance.vue')
  192. }
  193. ,
  194. {
  195. path: '/rankingLoadRate',
  196. name: 'rankingLoadRate',
  197. component: () => import('../views/rankingIndex/RankingLoadRate.vue')
  198. }
  199. ,
  200. {
  201. path: '/rankingCurveDeviationRate',
  202. name: 'rankingCurveDeviationRate',
  203. component: () => import('../views/rankingIndex/RankingCurveDeviationRate.vue')
  204. }
  205. ,
  206. {
  207. path: '/rankingCallThePolice',
  208. name: 'rankingCallThePolice',
  209. component: () => import('../views/rankingIndex/RankingCallThePolice.vue')
  210. }
  211. ,
  212. {
  213. path: '/rankingUtilization',
  214. name: 'rankingUtilization',
  215. component: () => import('../views/rankingIndex/RankingUtilization.vue')
  216. }
  217. ,
  218. {
  219. path: '/singleMachinePower',
  220. name: 'singleMachinePower',
  221. component: () => import('../views/rankingIndex/SingleMachinePower.vue')
  222. }
  223. ,
  224. {
  225. path: '/plannedGeneration',
  226. name: 'plannedGeneration',
  227. component: () => import('../views/rankingIndex/PlannedGeneration.vue')
  228. }
  229. ,
  230. {
  231. path: '/cutAndSpeed',
  232. name: 'cutAndSpeed',
  233. component: () => import('../views/rankingIndex/CutAndSpeed.vue')
  234. }
  235. ,
  236. {
  237. path: '/cutAndSpeedHistory',
  238. name: 'cutAndSpeedHistory',
  239. component: () => import('../views/rankingIndex/CutAndSpeedHistory.vue')
  240. }
  241. ,
  242. {
  243. path: '/performanceAnalysis',
  244. name: 'performanceAnalysis',
  245. component: () => import('../views/gradeEvaluation/PerformanceAnalysis.vue')
  246. }
  247. ,
  248. {
  249. path: '/performanceAnalysisOperation',
  250. name: 'performanceAnalysisOperation',
  251. component: () => import('../views/gradeEvaluation/PerformanceAnalysisOperation.vue')
  252. }
  253. ,
  254. {
  255. path: '/interValue',
  256. name: 'interValue',
  257. component: () => import('../views/betweenValues/InterValue.vue')
  258. }
  259. ,
  260. {
  261. path: '/interValueLineTable',
  262. name: 'interValueLineTable',
  263. component: () => import('../views/betweenValues/InterValueLineTable.vue')
  264. }
  265. ,
  266. {
  267. path: '/healthAssessmentReport',
  268. name: 'healthAssessmentReport',
  269. component: () => import('../views/HealthManagement/HealthAssessmentReport.vue')
  270. }
  271. ,
  272. {
  273. path: '/healthAssessment',
  274. name: 'healthAssessment',
  275. component: () => import('../views/HealthManagement/HealthAssessment.vue')
  276. }
  277. ,
  278. {
  279. path: '/FitnessRegulate',
  280. name: 'FitnessRegulate',
  281. component: () => import('../views/FitnessRegulate/FitnessRegulate.vue')
  282. }
  283. ,
  284. ]
  285. const router = new VueRouter({
  286. mode: 'hash',
  287. base: process.env.BASE_URL,
  288. routes
  289. })
  290. export default router