代码拉取完成,页面将自动刷新
{
"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": "我的"
}
]
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。