加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 3.44 KB
一键复制 编辑 原始数据 按行查看 历史
zhaoxiangyu 提交于 2023-11-17 22:49 . x
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "1",
"navigationStyle": "custom"
}
},
{
"path": "pages/feedback/feedback",
"style": {
"navigationBarTitleText": "反馈 & 建议",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path": "pages/login/login",
"style": {
"navigationBarTitleText": "登录",
"navigationStyle": "custom"
}
},
{
"path": "pages/merchant/merchant",
"style": {
"navigationBarTitleText": "我是商家",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path": "pages/staff/staff",
"style": {
"navigationBarTitleText": "我是员工",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path": "pages/merchant/merchantDetails",
"style": {
"navigationBarTitleText": "订单信息",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path": "pages/merchant/merchantCreate",
"style": {
"navigationBarTitleText": "提交表单信息",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path": "pages/staff/staffCreate",
"style": {
"navigationBarTitleText": "录入订单",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path": "pages/staff/staffDetails",
"style": {
"navigationBarTitleText": "订单详情",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}, {
"path": "pages/order/order",
"style": {
"navigationBarTitleText": "我的订单",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path": "pages/mine/mine",
"style": {
"navigationBarTitleText": "我的",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path": "pages/oneClickEecovery/oneClickEecovery",
"style": {
"navigationBarTitleText": "一键回收",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path": "pages/myUserinfoDetails/myUserinfoDetails",
"style": {
"navigationBarTitleText": "个人信息",
"enablePullDownRefresh": false
}
},
{
"path": "pages/myUserinfoDetails/updateMy/updateMy",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"uniIdRouter": {},
"tabBar": {
"borderStyle": "white",
"backgroundColor": "#fff",
"color": "#22602f",
"selectedColor": "#1be2bb",
"list": [{
"pagePath": "pages/index/index",
"iconPath": "static/tabbar/index.png",
"selectedIconPath": "static/tabbar/indexed.png",
"text": "首页"
},
{
"pagePath": "pages/order/order",
"iconPath": "static/tabbar/order.png",
"selectedIconPath": "static/tabbar/ordered.png",
"text": "订单"
},
{
"pagePath": "pages/oneClickEecovery/oneClickEecovery",
"iconPath": "static/tabbar/recycle.png",
"selectedIconPath": "static/tabbar/recycled.png",
"text": "一键回收"
},
{
"pagePath": "pages/mine/mine",
"iconPath": "static/tabbar/my.png",
"selectedIconPath": "static/tabbar/myed.png",
"text": "我的"
}
]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化