index.js 7.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234
  1. import Vue from 'vue'
  2. import Router from 'vue-router'
  3. /* Layout */
  4. import Layout from '@/views/layout/Layout'
  5. import data_dict from './modules/data_dict'
  6. import device from './modules/device'
  7. import dialysis from './modules/dialysis'
  8. import patient from './modules/patient'
  9. import qcd from './modules/qcd'
  10. import Dialysisanalysis from './modules/Dialysisanalysis'
  11. import DialysisIndex from './modules/dialysisIndex'
  12. import DialysisLogIndex from './modules/logIndex'
  13. import stock from './modules/stock'
  14. import weight_sign from './modules/weight_sign'
  15. import workforce from './modules/workforce'
  16. import service from './modules/service'
  17. import org from './modules/org'
  18. import systems from './modules/systems'
  19. import data_upload from './modules/data_upload'
  20. import integration from './modules/integration'
  21. import medicalScheduling from './modules/medical_scheduling'
  22. import slow from './modules/slow'
  23. import scrm from './modules/scrm'
  24. import shop from './modules/shop'
  25. import selfPreparedMedicine from './modules/selfPreparedMedicine'
  26. import wareHouseManage from './modules/wareHouseManage'
  27. import inventoryTransfer from './modules/inventoryTransfer'
  28. import drugs from './modules/drugs'
  29. import outpatientRegistration from './modules/outpatientRegistration'
  30. import outpatientDoctorStation from './modules/outpatientDoctorStation'
  31. import outpatientCharges from './modules/outpatientCharges'
  32. import outpatientPharmacy from './modules/outpatientPharmacy'
  33. import hospitalRecord from './modules/hospitalRecord'
  34. import hospitalStation from './modules/hospitalStation'
  35. import hospitalCharges from './modules/hospitalCharges'
  36. import DepositManagement from './modules/DepositManagement'
  37. import hisTool from './modules/hisTool'
  38. import eleFaPiao from './modules/eleFaPiao'
  39. import supply from './modules/supply'
  40. import PatientDispensing from './modules/PatientDispensing'
  41. import DrugDispensing from './modules/DrugDispensing'
  42. import DispensingDetails from './modules/DispensingDetails'
  43. // import ConsumablesManagement from './modules/ConsumablesManagement'
  44. import MedicianManagement from './modules/MedicianManagement'
  45. // import outpatientRecord from './modules/outpatientRecord'
  46. import kuyiShopping from './modules/kuyiShopping'
  47. import createPatient from './modules/createPatient'
  48. import dialysisRecord from './modules/dialysisRecord'
  49. import otherManagement from './modules/otherManagement'
  50. import roleManage from './modules/roleManage'
  51. import dataDictionary from './modules/dataDictionary'
  52. import specialDictionary from './modules/specialDictionary'
  53. import dataTemplate from './modules/dataTemplate'
  54. import dataPrescription from './modules/dataPrescription'
  55. import dataDruguse from './modules/dataDruguse'
  56. import dataShowconfig from './modules/dataShowconfig'
  57. import dataPrint from './modules/dataPrint'
  58. import bedManagement from './modules/bedManagement'
  59. import dictionaryManagement from './modules/dictionaryManagement'
  60. import templateManagement from './modules/templateManagement'
  61. import DepartManage from './modules/DepartManage'
  62. import basicConfig from './modules/basicConfig'
  63. Vue.use(Router)
  64. /** note: submenu only apppear when children.length>=1
  65. * detail see https://panjiachen.github.io/vue-element-admin-site/guide/essentials/router-and-nav.html
  66. **/
  67. /**
  68. * hidden: true if `hidden:true` will not show in the sidebar(default is false)
  69. * alwaysShow: true if set true, will always show the root menu, whatever its child routes length
  70. // 详见 xt_permission.xt_filterAsyncRouter 函数的逻辑
  71. is_menu: false 加载路由时验证用的(即该路由是否要在侧边栏展示,需要展示的即需要),为 false 时表示该路由不需要进行权限验证
  72. * if not set alwaysShow, only more than one route under the children
  73. * it will becomes nested mode, otherwise not show the root menu
  74. * redirect: noredirect if `redirect:noredirect` will no redirct in the breadcrumb
  75. * name:'router-name' the name is used by <keep-alive> (must set!!!)
  76. * meta : {
  77. title: 'title' the name show in submenu and breadcrumb (recommend set)
  78. icon: 'svg-name' the icon show in the sidebar,
  79. noCache: true if true ,the page will no be cached(default is false)
  80. // 详见 xt_permission.xt_filterAsyncRouter 函数的逻辑
  81. is_menu: false 加载路由时验证用的,为 false 时表示该路由不需要进行权限验证
  82. hidden: false 加载路由时验证用的,is_menu 为true时才有作用,为 true 时表示该路由需要进行权限验证
  83. }
  84. **/
  85. var _constant_router_map = [{
  86. path: '/token/verify',
  87. component: () => import('@/xt_pages/index/verify_token'),
  88. hidden: true
  89. },
  90. {
  91. path: '/404',
  92. component: () => import('@/views/errorPage/404'),
  93. hidden: true
  94. },
  95. {
  96. path: '/401',
  97. component: () => import('@/views/errorPage/401'),
  98. hidden: true
  99. },
  100. {
  101. path: '',
  102. component: Layout,
  103. redirect: '/home',
  104. name: 'home',
  105. children: [{
  106. path: '/home',
  107. component: () => import('@/xt_pages/home/index'),
  108. name: 'home',
  109. meta: {
  110. title: 'home',
  111. icon: 'dashboard',
  112. noCache: true
  113. }
  114. }]
  115. },
  116. {
  117. path: '/kuyiShopping',
  118. component: Layout,
  119. name: 'kuyiShopping',
  120. redirct: '/kuyiShopping/index',
  121. children: [{
  122. path: '/kuyiShopping/index',
  123. component: () => import('@/xt_pages/kuyiShopping/index'),
  124. name: 'kuyiShopping',
  125. meta: {
  126. title: 'kuyiShopping',
  127. icon: 'kuyiShopping',
  128. noCache: true
  129. }
  130. }]
  131. },
  132. service
  133. // patient,
  134. // workforce,
  135. // weight_sign,
  136. // dialysis,
  137. // stock,
  138. // qcd,
  139. // data_dict,
  140. // device,
  141. // role,
  142. // org
  143. ]
  144. var _asy_router_map = [
  145. patient,
  146. createPatient,
  147. workforce,
  148. medicalScheduling,
  149. weight_sign,
  150. dialysisRecord,
  151. dialysis,
  152. stock,
  153. drugs,
  154. selfPreparedMedicine, // 自备药管理模块
  155. wareHouseManage, // 仓库管理模块
  156. DepositManagement, // 押金管理模块
  157. inventoryTransfer, // 库存调拨模块
  158. PatientDispensing, // 患者发药模块
  159. DrugDispensing, // 药房管理模块
  160. DispensingDetails, // 药房管理模块
  161. //ConsumablesManagement, // 药房管理模块
  162. MedicianManagement, // 药房管理模块
  163. otherManagement,
  164. qcd,
  165. device,
  166. org,
  167. data_upload,
  168. slow,
  169. scrm,
  170. shop,
  171. systems,
  172. DepartManage,
  173. roleManage,
  174. bedManagement,
  175. dictionaryManagement,
  176. templateManagement,
  177. // dataDictionary,
  178. // specialDictionary,
  179. dataTemplate,
  180. dataPrescription,
  181. dataDruguse,
  182. dataShowconfig,
  183. dataPrint,
  184. outpatientRegistration,
  185. outpatientDoctorStation,
  186. outpatientCharges,
  187. outpatientPharmacy,
  188. hospitalRecord,
  189. hospitalStation,
  190. hospitalCharges,
  191. hisTool,
  192. eleFaPiao,
  193. integration,
  194. basicConfig,
  195. supply,
  196. Dialysisanalysis,// 新菜单6.1
  197. DialysisIndex,
  198. DialysisLogIndex,
  199. ]
  200. var is_asy_router = process.env.NODE_ENV === 'production' // true; 设置为 true 强制进行路由验证
  201. if (!is_asy_router) {
  202. _constant_router_map = _constant_router_map.concat(_asy_router_map)
  203. _asy_router_map = []
  204. } else {
  205. }
  206. export const xt_constantRouterMap = _constant_router_map
  207. export const xt_asyncRouterMap = _asy_router_map
  208. export default new Router({
  209. // mode: 'history', // require service support
  210. scrollBehavior: () => ({
  211. y: 0
  212. }),
  213. routes: xt_constantRouterMap
  214. })