1 Star 0 Fork 34

aimu2000/AflyExceedIot-miniprogram

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pages.json 1.82 KB
一键复制 编辑 原始数据 按行查看 历史
汐屿 提交于 2024-04-06 16:41 +08:00 . 更换仓库
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/login/index",
"style": {
"navigationBarTitleText": "登录",
"navigationStyle": "custom"
}
},
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "首页",
"navigationStyle": "custom"
}
},
{
"path": "pages/device/index",
"style": {
"navigationBarTitleText": "设备列表",
"navigationStyle": "custom"
}
},
{
"path": "pages/device/detail",
"style": {
"navigationBarTitleText": "设备详情",
"navigationStyle": "custom"
}
},
{
"path": "pages/center/index",
"style": {
"navigationBarTitleText": "我的",
"navigationStyle": "custom"
}
},
{
"path": "pages/center/profile",
"style": {
"navigationBarTitleText": "个人资料",
"navigationStyle": "custom"
}
},
{
"path": "pages/center/log",
"style": {
"navigationBarTitleText": "操作日志",
"navigationStyle": "custom"
}
}
],
"tabBar": {
"color": "#909399",
"selectedColor": "#000000",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [{
"pagePath": "pages/index/index",
"iconPath": "static/img/tabbar/home.png",
"selectedIconPath": "static/img/tabbar/home_art.png",
"text": "首页"
},
{
"pagePath": "pages/center/index",
"iconPath": "static/img/tabbar/user.png",
"selectedIconPath": "static/img/tabbar/user_art.png",
"text": "我的"
}]
},
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8",
"app-plus": {
"softinputMode": "adjustResize"
}
},
"easycom": {
"^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/aimu2000/AflyExceedIot-miniprogram.git
git@gitee.com:aimu2000/AflyExceedIot-miniprogram.git
aimu2000
AflyExceedIot-miniprogram
AflyExceedIot-miniprogram
master

搜索帮助