You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
115 lines
2.4 KiB
115 lines
2.4 KiB
/**
|
|
* 常用服务
|
|
* 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: 'stationList'
|
|
}, {
|
|
title: "垃圾热解",
|
|
icon: icon_prefix + "qingjia1.png",
|
|
description: "垃圾热解",
|
|
useCount: 10000,
|
|
page: 'helloWorld'
|
|
}, {
|
|
title: "家庭储能",
|
|
icon: icon_prefix + "gongwen.png",
|
|
description: "家庭储能",
|
|
useCount: 10000,
|
|
page: 'helloWorld'
|
|
}, {
|
|
title: "通知公告",
|
|
icon: icon_prefix + "tongzhi.png",
|
|
description: "查看企业对员工下发的通知公告",
|
|
useCount: 10000,
|
|
page: 'annotationList'
|
|
}, {
|
|
title: "内部邮件",
|
|
icon: icon_prefix + "youjian.png",
|
|
description: "查看内部消息",
|
|
useCount: 10000,
|
|
dot: false,
|
|
page: 'helloWorld'
|
|
}, {
|
|
title: "通讯录",
|
|
icon: icon_prefix + "tongxun.png",
|
|
description: "查看部门,组员",
|
|
useCount: 10000,
|
|
page: 'levelAddressBook'
|
|
}]
|
|
}
|
|
|
|
|
|
/**
|
|
* 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'
|
|
}, {
|
|
title: "客户关系",
|
|
icon: icon_prefix + "tongzhi.png",
|
|
description: "客户关系",
|
|
useCount: 10000,
|
|
page: 'helloWorld'
|
|
}]
|
|
}
|