type.js 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. /**
  2. * 常用服务
  3. * useful server
  4. */
  5. const icon_prefix="/static/home/128/"
  6. export const us = {
  7. data:[
  8. {
  9. title:"风门",
  10. icon:icon_prefix+"richang.png",
  11. description:"记录每天的工作经验和心得",
  12. useCount:1000,
  13. page:'helloWorld'
  14. },{
  15. title:"风窗",
  16. icon:icon_prefix+"zhoubao.png",
  17. description:"总结每周的工作情况和下周计划",
  18. useCount:10000,
  19. page:'helloWorld'
  20. },{
  21. title:"测风设备",
  22. icon:icon_prefix+"kaoqin.png",
  23. description:"工作考勤",
  24. useCount:10000,
  25. page:'helloWorld'
  26. },{
  27. title:"局部通风机",
  28. icon:icon_prefix+"richeng.png",
  29. description:"建立和查看个人工作安排",
  30. useCount:10000,
  31. page:'helloWorld'
  32. },{
  33. title:"主通风机",
  34. icon:icon_prefix+"qingjia1.png",
  35. description:"请假申请",
  36. useCount:10000,
  37. page:'helloWorld'
  38. }
  39. ]
  40. }
  41. /**
  42. * other server 其他服务
  43. */
  44. export const os = {
  45. data:[
  46. {
  47. title:"光纤测温",
  48. icon:icon_prefix+"xinwen.png",
  49. description:"新闻中心",
  50. useCount:10000,
  51. page:'helloWorld'
  52. },{
  53. title:"束管监测",
  54. icon:icon_prefix+"toupiao.png",
  55. description:"投票中心",
  56. useCount:10000,
  57. page:'helloWorld'
  58. },{
  59. title:"注氮机",
  60. icon:icon_prefix+"renwu.png",
  61. description:"任务中心",
  62. useCount:10000,
  63. page:'helloWorld'
  64. },{
  65. title:"注浆",
  66. icon:icon_prefix+"wendang.png",
  67. description:"文档中心",
  68. useCount:10000,
  69. page:'helloWorld'
  70. },{
  71. title:"喷淋",
  72. icon:icon_prefix+"hetong.png",
  73. description:"合同",
  74. useCount:10000,
  75. page:'helloWorld'
  76. },{
  77. title:"烟雾",
  78. icon:icon_prefix+"huiyi.png",
  79. description:"会议",
  80. useCount:10000,
  81. page:'helloWorld'
  82. }
  83. ]
  84. }