123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687 |
- /**
- * 常用服务
- * useful server
- */
- const icon_prefix="/static/home/128/"
- export const us = {
- data:[
- {
- title:"风门",
- icon:icon_prefix+"richang.png",
- description:"记录每天的工作经验和心得",
- useCount:1000,
- page:'helloWorld'
- },{
- title:"风窗",
- icon:icon_prefix+"zhoubao.png",
- description:"总结每周的工作情况和下周计划",
- useCount:10000,
- page:'helloWorld'
- },{
- title:"测风设备",
- icon:icon_prefix+"kaoqin.png",
- description:"工作考勤",
- useCount:10000,
- page:'helloWorld'
- },{
- title:"局部通风机",
- icon:icon_prefix+"richeng.png",
- description:"建立和查看个人工作安排",
- useCount:10000,
- page:'helloWorld'
- },{
- title:"主通风机",
- icon:icon_prefix+"qingjia1.png",
- description:"请假申请",
- useCount:10000,
- page:'helloWorld'
- }
- ]
- }
- /**
- * other server 其他服务
- */
- export const os = {
- data:[
- {
- title:"光纤测温",
- icon:icon_prefix+"xinwen.png",
- description:"新闻中心",
- useCount:10000,
- page:'helloWorld'
- },{
- title:"束管监测",
- icon:icon_prefix+"toupiao.png",
- description:"投票中心",
- useCount:10000,
- page:'helloWorld'
- },{
- title:"注氮机",
- icon:icon_prefix+"renwu.png",
- description:"任务中心",
- useCount:10000,
- page:'helloWorld'
- },{
- title:"注浆",
- icon:icon_prefix+"wendang.png",
- description:"文档中心",
- useCount:10000,
- page:'helloWorld'
- },{
- title:"喷淋",
- icon:icon_prefix+"hetong.png",
- description:"合同",
- useCount:10000,
- page:'helloWorld'
- },{
- title:"烟雾",
- icon:icon_prefix+"huiyi.png",
- description:"会议",
- useCount:10000,
- page:'helloWorld'
- }
- ]
- }
|