加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 4.12 KB
一键复制 编辑 原始数据 按行查看 历史
Sir1593 提交于 2023-11-11 23:10 . 完善页面
{
"easycom": {
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
},
"pages": [
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "首页",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#26a886"
}
},
{
"path": "pages/order/order",
"style": {
"navigationBarTitleText": "我的订单",
"enablePullDownRefresh": true,
"navigationStyle": "custom",
"navigationBarBackgroundColor": "#42ca4d",
"usingComponents": {
"order-item": "/components/order-item/order-item"
}
}
},
{
"path": "pages/cate/cate",
"style": {
"navigationBarTitleText": "分类页面",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#26a886"
}
},
{
"path": "pages/my/my",
"style": {
"navigationBarTitleText": "个人中心",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#42ca4d"
}
}
],
"subPackages": [
{
"root": "subpkg",
"pages": [
{
"path": "address/address",
"style": {
"navigationBarTitleText": "地址管理",
"enablePullDownRefresh": false
}
},
{
"path": "address/write-address/write-address",
"style": {
"navigationBarTitleText": "编辑地址",
"enablePullDownRefresh": false
}
},
{
"path": "index-goods/index-goods",
"style": {
"navigationBarTitleText": "商品",
"enablePullDownRefresh": false
}
},
{
"path": "shopping-interface/shopping-interface",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
},
{
"path": "my/login/login",
"style": {
"navigationBarTitleText": "登录",
"enablePullDownRefresh": false
}
},
{
"path": "my/setting/setting",
"style": {
"navigationBarTitleText": "设置",
"enablePullDownRefresh": false
}
},
{
"path": "order/order-detail/order-detail",
"style": {
"navigationBarTitleText": "订单详情",
"enablePullDownRefresh": false
}
},
{
"path": "event_area/event_area",
"style": {
"navigationBarTitleText": "活动专区",
"enablePullDownRefresh": false
}
},
{
"path": "my/collection/collection",
"style": {
"navigationBarTitleText": "服务收藏",
"enablePullDownRefresh": false
}
},
{
"path": "order/makeOrder/makeOrder",
"style": {
"navigationBarTitleText": "预约服务",
"enablePullDownRefresh": true
}
}
]
}
],
"globalStyle": {
"navigationBarTextStyle": "white",
"navigationBarTitleText": "家政",
"navigationBarBackgroundColor": "#42ca4d",
"backgroundColor": "#F8F8F8",
"app-plus": {
"background": "#efeff4"
}
},
"tabBar": {
"list": [
{
"pagePath": "pages/index/index",
"text": "首页",
"iconPath": "static/tabbar/home.png",
"selectedIconPath": "static/tabbar/home-active.png"
},
{
"pagePath": "pages/cate/cate",
"text": "分类",
"iconPath": "static/tabbar/cate.png",
"selectedIconPath": "static/tabbar/cate-active.png"
},
{
"pagePath": "pages/order/order",
"text": "订单",
"iconPath": "static/tabbar/order.png",
"selectedIconPath": "static/tabbar/order-active.png"
},
{
"pagePath": "pages/my/my",
"text": "个人中心",
"iconPath": "static/tabbar/my.png",
"selectedIconPath": "static/tabbar/my-active.png"
}
]
// "color": "000000FF",
// "selectedColor": "#42ca4d",
// "backgroundColor": "#FFFFFFFF"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化