智能照明系统APP-本地串口
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.
LightingSystemApp-serial/.svn/pristine/d2/d27cbb3ba5f7741de7cf7c8cdc9...

86 lines
1.8 KiB

3 years ago
{
"easycom": {
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
},
"pages": [{
"path": "pages/startup/startup",
"style": {
"navigationBarTitleText": "启动页"
}
}, {
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "项目概览"
}
}, {
"path": "pages/user/login/login",
"style": {
"navigationBarTitleText": "登录"
}
}, {
"path": "pages/user/serverConfig/serverConfig",
"style": {
"navigationBarTitleText": "服务器地址"
}
}, {
"path": "pages/energy/energy",
"style": {
"navigationBarTitleText": "能效分析"
}
}, {
"path": "pages/control/control",
"style": {
"navigationBarTitleText": "设备管控"
}
}, {
"path": "pages/faultlog/faultlog",
"style": {
"navigationBarTitleText": "故障日志"
}
}, {
"path": "pages/maintenance/index/index",
"style": {
"navigationBarTitleText": "设备维护"
}
}, {
"path": "pages/commissioning/commissioning",
"style": {
"navigationBarTitleText": "设备调试"
}
}, {
"path": "pages/product/index/index",
"style": {
"navigationBarTitleText": "项目维护"
}
}, {
"path": "pages/product/add/add",
"style": {
"navigationBarTitleText": "添加项目"
}
}, {
"path": "pages/device/index/index",
"style": {
"navigationBarTitleText": "网关管理"
}
}, {
"path": "pages/device/add/add",
"style": {
"navigationBarTitleText": "添加网关"
}
}, {
"path": "pages/customer/index/index",
"style": {
"navigationBarTitleText": "运维人员管理"
}
}, {
"path": "pages/customer/add/add",
"style": {
"navigationBarTitleText": "添加运维人员"
}
}],
"globalStyle": {
"navigationStyle": "custom",
"navigationBarTextStyle": "black",
"navigationBarBackgroundColor": "#ffffff"
}
}