1 Star 0 Fork 0

LI ZHI/无包邮小程序

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 6.18 KB
一键复制 编辑 原始数据 按行查看 历史
LI ZHI 提交于 2023-10-19 15:54 . add
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index", // *
"style": {
"navigationStyle": "custom",
"disableScroll": true
}
},{
"path": "pages/index/mapLine", // *
"style": {
"navigationBarTitleText": "地图路线"
}
}, {
"path": "pages/index/test", // *
"style": {
"navigationBarTitleText": " "
}
}, {
"path": "pages/index/login", // *
"style": {
"navigationBarTitleText": " "
}
}, {
"path": "pages/index/search", // *
"style": {
"navigationBarTitleText": " "
}
}, {
"path": "pages/index/city_search", // *
"style": {
"navigationBarTitleText": " "
}
}, {
"path": "pages/index/map", // *
"style": {
"navigationBarTitleText": " "
}
}, {
"path": "pages/index/detail", // *
"style": {
"navigationBarTitleText": " ",
// "backgroundColor": "#F2F2F2",
"navigationBarBackgroundColor": "#FF6A00",
"navigationBarTextStyle": "white"
}
}, {
"path": "pages/index/evaluate", // *
"style": {
"navigationBarTitleText": "全部评价"
}
}, {
"path": "pages/index/order", // *
"style": {
"backgroundColor": "#F2F2F2",
"navigationBarTitleText": "确认订单"
}
}, {
"path": "pages/index/success", // *
"style": {
"navigationBarTitleText": " ",
// "backgroundColor": "#F2F2F2",
"navigationBarBackgroundColor": "#FF6A00",
"navigationBarTextStyle": "white"
}
}, {
"path": "pages/index/invite", // *
"style": {
"navigationBarTitleText": "邀请好友"
}
}, {
"path": "pages/index/fwb", // *
"style": {
"navigationBarTitleText": " "
}
}, {
"path": "pages/user/index", // *
"style": {
"navigationStyle": "custom",
"navigationBarTextStyle": "white"
}
}, {
"path": "pages/user/phone", // *
"style": {
"navigationBarTitleText": " "
}
}, {
"path": "pages/user/coupon", // *
"style": {
"backgroundColor": "#F2F2F2",
"navigationBarTitleText": "优惠券"
}
}, {
"path": "pages/user/cooperat", // *
"style": {
"backgroundColor": "#fff",
"navigationBarTitleText": "商务合作"
}
}, {
"path": "pages/user/feedback", // *
"style": {
"navigationBarTitleText": " "
}
}, {
"path": "pages/user/issue", // *
"style": {
"navigationBarTitleText": "常见问题"
}
}, {
"path": "pages/user/evaluate", // *
"style": {
"backgroundColor": "#F2F2F2",
"navigationBarTitleText": "评价"
}
}, {
"path": "pages/user/order", // *
"style": {
"backgroundColor": "#F2F2F2",
"navigationBarTitleText": "订单列表"
}
}, {
"path": "pages/user/detail", // *
"style": {
"backgroundColor": "#F2F2F2",
"navigationBarTitleText": " ",
"navigationBarBackgroundColor": "#F2F2F2"
}
}, {
"path": "pages/user/tuik", // *
"style": {
"backgroundColor": "#F2F2F2",
"navigationBarTitleText": "取消订单",
"navigationBarBackgroundColor": "#ffffff"
}
},{
"path": "pages/user/tuik_sj", // *
"style": {
"backgroundColor": "#F2F2F2",
"navigationBarTitleText": "取消订单",
"navigationBarBackgroundColor": "#ffffff"
}
}, {
"path": "pages/user/again", // *
"style": {
"backgroundColor": "#F2F2F2",
"navigationBarTitleText": "续存",
"navigationBarBackgroundColor": "#F2F2F2"
}
}, {
"path": "pages/user/cancel", // *
"style": {
"navigationBarTitleText": "取消订单"
}
}, {
"path": "pages/fwb/index", // *
"style": {
"navigationBarTitleText": " "
}
}, {
"path": "pages/merchant/login",
"style": {
"navigationBarTitleText": "登录"
}
}, {
"path": "pages/merchant/index",
"style": {
"backgroundColor": "#F2F2F2",
"navigationBarTitleText": "管理中心" // *
}
}, {
"path": "pages/merchant/password",
"style": {
"navigationBarTitleText": " "
}
}, {
"path": "pages/merchant/order",
"style": {
"backgroundColor": "#F2F2F2",
"navigationBarTitleText": "订单列表" // *
}
}, {
"path": "pages/merchant/detail",
"style": {
"backgroundColor": "#F2F2F2",
"navigationBarTitleText": "订单详情" // *
}
}, {
"path": "pages/merchant/account",
"style": {
"navigationBarTitleText": "账户资产" // *
}
},{
"path": "pages/merchant/tixian",
"style": {
"navigationBarTitleText": "提现记录" // *
}
}, {
"path": "pages/merchant/withdraw",
"style": {
"navigationBarTitleText": "提现" // *
}
}, {
"path": "pages/merchant/shop_user",
"style": {
"navigationBarTitleText": "我的店员" // *
}
}, {
"path": "pages/merchant/add_user",
"style": {
"navigationBarTitleText": "添加店员" // *
}
}, {
"path": "pages/fwb/coupon",
"style": {
"navigationBarTitleText": "优惠券列表" // *
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "无包游",
"navigationBarBackgroundColor": "#fff",
"backgroundColor": "#fff",
"usingComponents": {
"van-cell": "/wxcomponents/vant/cell/index",
"van-icon": "/wxcomponents/vant/icon/index",
"van-popup": "/wxcomponents/vant/popup/index",
"van-field": "/wxcomponents/vant/field/index",
"van-switch": "/wxcomponents/vant/switch/index",
"van-collapse": "/wxcomponents/vant/collapse/index",
"van-index-bar": "/wxcomponents/vant/index-bar/index",
"van-index-anchor": "/wxcomponents/vant/index-anchor/index",
"van-collapse-item": "/wxcomponents/vant/collapse-item/index",
"van-datetime-picker": "/wxcomponents/vant/datetime-picker/index"
}
},
"tabBar": {
"color": "#cdcdcd",
"selectedColor": "#FF6A00",
"backgroundColor": "#fff",
"list": [{
"selectedIconPath": "static/image/index/syc.png",
"iconPath": "static/image/index/sy.png",
"pagePath": "pages/index/index",
"text": "首页"
}, {
"selectedIconPath": "static/image/index/ddc.png",
"iconPath": "static/image/index/dd.png",
"pagePath": "pages/user/order",
"text": "订单"
}, {
"selectedIconPath": "static/image/index/wdc.png",
"iconPath": "static/image/index/wd.png",
"pagePath": "pages/user/index",
"text": "我的"
}]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/princes/no-package-applet.git
git@gitee.com:princes/no-package-applet.git
princes
no-package-applet
无包邮小程序
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385