4 Star 10 Fork 9

Sam / iotgateway-app

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 3.05 KB
一键复制 编辑 原始数据 按行查看 历史
Sam 提交于 2022-05-05 16:42 . ini
{
"easycom": {
// 下载安装的方式需要前面的"@/",npm安装的方式无需"@/"
// 下载安装方式
"^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
// npm安装方式
// "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
},
"tabBar": {
"color": "#bfbfbf",
"selectedColor": "#1296db",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [{
"pagePath": "pages/index/index",
"iconPath": "static/image/index-icon.png",
"selectedIconPath": "static/image/index-active.png",
"text": "首页"
}, {
"pagePath": "pages/business/business",
"iconPath": "static/image/product-icon.png",
"selectedIconPath": "static/image/product-active.png",
"text": "业务"
}, {
"pagePath": "pages/my/index",
"iconPath": "static/image/my-icon.png",
"selectedIconPath": "static/image/my-active.png",
"text": "我的"
}]
},
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/login/login",
"style": {
"navigationStyle": "custom", // 隐藏系统导航栏
"navigationBarTextStyle": "white", // 状态栏字体为白色,只能为 white-白色,black-黑色 二选一
"navigationBarTitleText": "环境在线监测"
// "enablePullDownRefresh": false
}
},
{
"path": "pages/index/index",
"style": {
"navigationStyle": "custom", // 隐藏系统导航栏
"navigationBarTextStyle": "white" // 状态栏字体为白色,只能为 white-白色,black-黑色 二选一
}
},
{
"path": "pages/my/index",
"style": {
//"navigationStyle": "custom" // 隐藏系统导航栏
"navigationBarTitleText": "我的",
"enablePullDownRefresh": false
}
},
{
"path": "pages/messageLog/messageLog",
"style": {
"navigationBarTitleText": "报文日志",
"enablePullDownRefresh": false
}
}, {
"path": "pages/register/register",
"style": {
"navigationBarTitleText": "注册",
"enablePullDownRefresh": false
}
}, {
"path": "pages/changePassword/changePassword",
"style": {
"navigationBarTitleText": "修改密码",
"enablePullDownRefresh": false
}
}, {
"path": "pages/riverInfo/riverInfo",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}, {
"path": "pages/waterQuality/waterQuality",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}, {
"path": "pages/equipmentStatus/equipmentStatus",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/business/business",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "河道水环境综合治理",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
}
}
1
https://gitee.com/iioter/iotgateway-app.git
git@gitee.com:iioter/iotgateway-app.git
iioter
iotgateway-app
iotgateway-app
main

搜索帮助