2022-04-06 16:08:26 +08:00
|
|
|
|
{
|
|
|
|
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/index/index",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "首页"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/category/category",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "分类"
|
|
|
|
|
}
|
|
|
|
|
},
|
2022-07-11 12:05:48 +08:00
|
|
|
|
{
|
|
|
|
|
"path": "pages/category/product-list",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "",
|
|
|
|
|
"navigationStyle": "custom",
|
|
|
|
|
"navigationBarTextStyle": "white"
|
|
|
|
|
}
|
|
|
|
|
},
|
2022-04-06 16:08:26 +08:00
|
|
|
|
{
|
|
|
|
|
"path": "pages/cart/cart",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "购物车"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/user/user",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "我的"
|
|
|
|
|
}
|
2022-04-10 01:21:21 +08:00
|
|
|
|
},
|
|
|
|
|
{
|
2022-05-05 19:09:04 +08:00
|
|
|
|
"path": "pages/login/social",
|
2022-04-10 01:21:21 +08:00
|
|
|
|
"style": {
|
2022-05-05 19:09:04 +08:00
|
|
|
|
"navigationBarTitleText": "授权登录"
|
2022-04-10 01:21:21 +08:00
|
|
|
|
}
|
|
|
|
|
},
|
2022-05-05 19:09:04 +08:00
|
|
|
|
{
|
|
|
|
|
"path": "pages/login/mobile",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "手机登录"
|
|
|
|
|
}
|
|
|
|
|
},
|
2022-04-10 01:21:21 +08:00
|
|
|
|
{
|
|
|
|
|
"path": "pages/forgot/forgot",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "忘记密码"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/profile/profile",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "个人资料"
|
|
|
|
|
}
|
2022-04-11 23:02:08 +08:00
|
|
|
|
},
|
2022-12-05 21:51:39 +08:00
|
|
|
|
{
|
|
|
|
|
"path": "pages/setting/setting",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "账户设置"
|
|
|
|
|
}
|
|
|
|
|
},
|
2022-04-11 23:02:08 +08:00
|
|
|
|
{
|
|
|
|
|
"path": "pages/product/product",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "商品详情"
|
|
|
|
|
}
|
2022-04-19 17:58:39 +08:00
|
|
|
|
},
|
2022-12-05 21:51:39 +08:00
|
|
|
|
{
|
|
|
|
|
"path": "pages/checkout/checkout",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "填写订单"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/order/order",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "我的订单"
|
|
|
|
|
}
|
|
|
|
|
},
|
2022-04-19 17:58:39 +08:00
|
|
|
|
{
|
|
|
|
|
"path": "pages/address/list",
|
|
|
|
|
"style": {
|
2022-04-21 01:46:45 +08:00
|
|
|
|
"navigationBarTitleText": "收货地址"
|
2022-04-19 17:58:39 +08:00
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/search/search",
|
|
|
|
|
"style": {
|
2022-04-21 01:46:45 +08:00
|
|
|
|
"navigationBarTitleText": "搜索"
|
2022-04-19 17:58:39 +08:00
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
2022-05-01 22:39:54 +08:00
|
|
|
|
"path": "pages/address/create",
|
2022-04-19 17:58:39 +08:00
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "新增地址"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
2022-05-01 22:39:54 +08:00
|
|
|
|
"path": "pages/address/update",
|
2022-04-19 17:58:39 +08:00
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "修改地址"
|
|
|
|
|
}
|
|
|
|
|
}
|
2022-04-06 16:08:26 +08:00
|
|
|
|
],
|
|
|
|
|
"tabBar": {
|
|
|
|
|
"selectedColor": "#333333",
|
|
|
|
|
"color": "#bfbfbf",
|
|
|
|
|
"list": [
|
|
|
|
|
{
|
|
|
|
|
"pagePath": "pages/index/index",
|
|
|
|
|
"text": "首页",
|
|
|
|
|
"iconPath": "/static/images/tabbar/index.png",
|
|
|
|
|
"selectedIconPath": "/static/images/tabbar/index-active.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"pagePath": "pages/category/category",
|
|
|
|
|
"text": "分类",
|
|
|
|
|
"iconPath": "/static/images/tabbar/category.png",
|
|
|
|
|
"selectedIconPath": "/static/images/tabbar/category-active.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"pagePath": "pages/cart/cart",
|
|
|
|
|
"text": "购物车",
|
|
|
|
|
"iconPath": "/static/images/tabbar/cart.png",
|
|
|
|
|
"selectedIconPath": "/static/images/tabbar/cart-active.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
2022-04-10 01:21:21 +08:00
|
|
|
|
"pagePath": "pages/user/user",
|
2022-04-06 16:08:26 +08:00
|
|
|
|
"text": "我的",
|
|
|
|
|
"iconPath": "/static/images/tabbar/user.png",
|
|
|
|
|
"selectedIconPath": "/static/images/tabbar/user-active.png"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"globalStyle": {
|
2022-04-19 17:58:39 +08:00
|
|
|
|
"navigationBarTextStyle": "black",
|
2022-04-06 16:08:26 +08:00
|
|
|
|
"navigationBarTitleText": "yudao-ui-app",
|
2022-07-11 12:05:48 +08:00
|
|
|
|
"navigationBarBackgroundColor": "#ffffff",
|
|
|
|
|
"backgroundColor": "#ffffff"
|
2022-04-06 16:08:26 +08:00
|
|
|
|
}
|
|
|
|
|
}
|