57 lines
1.6 KiB
JavaScript
57 lines
1.6 KiB
JavaScript
let arr = [
|
|
// {
|
|
// name:"智慧用电",
|
|
// icon:"tubiaoshangchuanmoban",
|
|
// url:"../home/wisdomElectricity/index",
|
|
// background:"linear-gradient(-55deg, #52AA52, #76D296);",
|
|
// boxShadow: "0px 9px 15px 0px rgba(87, 175, 91, 0.3);"
|
|
// },{
|
|
// name:"电气火灾",
|
|
// icon:"huozai",
|
|
// url:"",
|
|
// background:"linear-gradient(-55deg, #0292F6, #5FB8FD);",
|
|
// boxShadow: "0px 9px 15px 0px rgba(3, 183, 250, 0.3);"
|
|
// },{
|
|
// name:"水位水压",
|
|
// icon:"shuiwei",
|
|
// url:"",
|
|
// background:"linear-gradient(-55deg, #00B3FA, #20DBFF);",
|
|
// boxShadow: "0px 9px 15px 0px rgba(7, 186, 254, 0.3);"
|
|
// },{
|
|
// name:"烟雾",
|
|
// icon:"yanwu",
|
|
// url:"",
|
|
// background:"linear-gradient(-55deg, #0ACBCD, #73E4FA);",
|
|
// boxShadow:"0px 9px 15px 0px rgba(6, 220, 197, 0.3);"
|
|
// },{
|
|
// name:"可燃气体",
|
|
// icon:"yanwu1",
|
|
// url:"",
|
|
// background:"linear-gradient(-55deg, #9E57F5, #CEA7FD);",
|
|
// boxShadow:" 0px 9px 15px 0px rgba(159, 88, 245, 0.3);"
|
|
// },{
|
|
// name:"温湿度",
|
|
// icon:"wenshidu",
|
|
// url:"",
|
|
// background: "linear-gradient(-55deg, #FF6528, #FF954D);",
|
|
// boxShadow: "0px 9px 15px 0px rgba(254, 127, 76, 0.3);"
|
|
// },{
|
|
// name:"安防监控",
|
|
// icon:"jiankong",
|
|
// url:"",
|
|
// background: "linear-gradient(-55deg, #FFB830, #FDD158);",
|
|
// boxShadow: "0px 9px 15px 0px rgba(254, 192, 72, 0.3);"
|
|
// },
|
|
{
|
|
name:"警告分析",
|
|
icon:"jinggao1",
|
|
url:"/pages/home/warnAnalysis/index",
|
|
// #ifdef MP-WEIXIN
|
|
background:"linear-gradient(-55deg, #2F74FF, #6295FC);",
|
|
// #endif
|
|
// #ifndef MP-WEIXIN
|
|
background:"#6295FC",
|
|
// #endif
|
|
boxShadow: "0px 9px 15px 0px rgba(66, 127, 248, 0.3);"
|
|
}]
|
|
export default arr; |