Files
cmgd-mini-app/pages.json
2026-01-05 12:47:14 +08:00

246 lines
5.4 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"tabBar": {
"custom": false,
"color": "#000000",
"selectedColor": "#8d7bfb",
"borderStyle": "black",
"list": [{
"pagePath": "pages/index/index",
"iconPath": "static/tabbar/home.png",
"selectedIconPath": "static/tabbar/home-active.png",
"text": "首页"
},
// {
// "pagePath": "pages/cart/index",
// "iconPath": "static/tabbar/cart.png",
// "selectedIconPath": "static/tabbar/cart-active.png",
// "text": "购物车"
// },
// {
// "pagePath": "pages/cart/parts/index",
// "iconPath": "static/tabbar/cart.png",
// "selectedIconPath": "static/tabbar/cart-active.png",
// "text": "购物车"
// },
{
"pagePath": "pages/mine/index",
"iconPath": "static/tabbar/user.png",
"selectedIconPath": "/static/tabbar/user-active.png",
"text": "我的"
}
]
},
"pages": [
//pages数组中第一项表示应用启动页参考https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "主页",
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
},
// {
// "path": "pages/cart/index",
// "style": {
// "navigationBarTitleText": "购物车"
// }
// },
// {
// "path": "pages/cart/parts/index",
// "style": {
// "navigationBarTitleText": "购物车"
// }
// },
{
"path": "pages/mine/index",
"style": {
"navigationBarTitleText": "我的"
}
},
{
"path": "pages/mall/detail",
"style": {
"navigationBarTitleText": "店铺商品详情"
}
},
{
"path": "pages/mall/houseDetail",
"style": {
"navigationBarTitleText": "仓库商品详情"
}
},
// {
// "path": "pages/mall/index/index",
// "style": {
// "navigationBarTitleText": "精选二手机"
// }
// },
// {
// "path": "pages/mall/parts/item/index",
// "style": {
// "navigationBarTitleText": "配件详情"
// }
// },
// {
// "path": "pages/mall/parts/index/index",
// "style": {
// "navigationBarTitleText": "精选配件"
// }
// },
{
"path": "pages/order/preview",
"style": {
"navigationBarTitleText": "提交订单"
}
},
{
"path": "pages/order/housePreview",
"style": {
"navigationBarTitleText": "提交订单"
}
},
{
"path": "pages/order/index",
"style": {
"navigationBarTitleText": "我的订单"
}
},
{
"path": "pages/order/detail",
"style": {
"navigationBarTitleText": "订单详情"
}
},
// {
// "path": "pages/order/preview",
// "style": {
// "navigationBarTitleText": "提交订单"
// }
// },
// {
// "path": "pages/webview/index",
// "style": {
// "navigationStyle": "custom"
// }
// },
{
"path": "pages/login/index",
"style": {
"navigationBarTitleText": "授权登录"
}
},
{
"path": "pages/login/phoneAuthorization",
"style": {
"navigationBarTitleText": "授权手机号"
}
},
// {
// "path": "pages/control/goods/index",
// "style": {
// "navigationBarTitleText": "商品管理"
// }
// },
{
"path": "pages/config/store",
"style": {
"navigationBarTitleText": "商城配置"
}
},
{
"path": "pages/config/price",
"style": {
"navigationBarTitleText": "价格调整",
"enablePullDownRefresh": false
}
},
{
"path": "pages/config/goodsList",
"style": {
"navigationBarTitleText": "商品管理",
"enablePullDownRefresh": false
}
},
{
"path": "pages/config/goodsAdd",
"style": {
"navigationBarTitleText": "新增商品",
"enablePullDownRefresh": false
}
},
{
"path": "pages/config/goodsEdit",
"style": {
"navigationBarTitleText": "编辑商品",
"enablePullDownRefresh": false
}
},
{
"path": "pages/config/goodsDetail",
"style": {
"navigationBarTitleText": "店铺商品详情",
"enablePullDownRefresh": false
}
},
{
"path": "pages/config/shopOrder/index",
"style": {
"navigationBarTitleText": "店铺订单"
}
},
{
"path": "pages/config/shopOrder/detail",
"style": {
"navigationBarTitleText": "店铺订单-详情"
}
}
// {
// "path": "pages/control/parts/index",
// "style": {
// "navigationBarTitleText": "配件管理"
// }
// },
// {
// "path": "pages/order/parts/list/index",
// "style": {
// "navigationBarTitleText": "配件订单中心"
// }
// },
// {
// "path": "pages/order/parts/detail/index",
// "style": {
// "navigationBarTitleText": "配件订单详情"
// }
// },
// {
// "path": "pages/order/parts/preview/index",
// "style": {
// "navigationBarTitleText": "配件订单预览"
// }
// }
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "远阳数码",
"navigationBarBackgroundColor": "#fff",
"backgroundTextStyle": "dark",
"backgroundColor": "#F2F3F5",
"backgroundColorBottom": "#F2F3F5",
"backgroundColorTop": "#F2F3F5",
"onReachBottomDistance": 50
},
"uniIdRouter": {},
"easycom": {
"autoscan": true,
"custom": {
"^nut-(.*)?-(.*)": "@/uni_modules/nutui-uni/components/$1$2/$1$2.vue",
"^nut-(.*)": "@/uni_modules/nutui-uni/components/$1/$1.vue"
}
}
}