136 lines
2.6 KiB
JSON
136 lines
2.6 KiB
JSON
{
|
|
"pages": [
|
|
{
|
|
"path": "pages/index/index",
|
|
"style": {
|
|
"navigationBarTitleText": "香氛拼团"
|
|
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/distribution/index",
|
|
"style": {
|
|
"navigationBarTitleText": "分销"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/shopClass/index",
|
|
"style": {
|
|
"navigationBarTitleText": "商品分类"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/create/index",
|
|
"style": {
|
|
"navigationBarTitleText": "创建"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/subscribe/index",
|
|
"style": {
|
|
"navigationBarTitleText": "订阅"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/my/index",
|
|
"style": {
|
|
"navigationBarTitleText": "我的"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/address/index",
|
|
"style": {
|
|
"navigationBarTitleText": "地址管理"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/my/editInfo/index",
|
|
"style": {
|
|
"navigationBarTitleText": "编辑信息"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/login/index",
|
|
"style": {
|
|
"navigationBarTitleText": "用户登录"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/shoppingCart/index",
|
|
"style": {
|
|
"navigationBarTitleText": "购物车"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/shopDetail/index",
|
|
"style": {
|
|
"navigationBarTitleText": "商品详情"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/order/create",
|
|
"style": {
|
|
"navigationBarTitleText": "确认订单"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/order/index",
|
|
"style": {
|
|
"navigationBarTitleText": "我的订单"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/order/detail",
|
|
"style": {
|
|
"navigationBarTitleText": "订单详情"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/pointsLog/index",
|
|
"style": {
|
|
"navigationBarTitleText": "积分流水"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/inviteUsers/index",
|
|
"style": {
|
|
"navigationBarTitleText": "我邀请的用户"
|
|
}
|
|
}
|
|
],
|
|
"globalStyle": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "uni-app",
|
|
"navigationBarBackgroundColor": "#F8F8F8",
|
|
"backgroundColor": "#F8F8F8"
|
|
},
|
|
"uniIdRouter": {},
|
|
"tabBar": {
|
|
"color": "#6a7282",
|
|
"selectedColor": "#9810fa",
|
|
"borderStyle": "black",
|
|
"backgroundColor": "#ffffff",
|
|
"fontSize": "14px",
|
|
"list": [{
|
|
"pagePath": "pages/index/index",
|
|
"iconPath": "static/tabBar/home.png",
|
|
"selectedIconPath": "static/tabBar/homeAct.png",
|
|
"text": "首页"
|
|
}, {
|
|
"pagePath": "pages/shopClass/index",
|
|
"iconPath": "static/tabBar/class.png",
|
|
"selectedIconPath": "static/tabBar/classAct.png",
|
|
"text": "分类"
|
|
}, {
|
|
"pagePath": "pages/shoppingCart/index",
|
|
"iconPath": "static/tabBar/cart.png",
|
|
"selectedIconPath": "static/tabBar/cartAct.png",
|
|
"text": "购物车"
|
|
}, {
|
|
"pagePath": "pages/my/index",
|
|
"iconPath": "static/tabBar/my.png",
|
|
"selectedIconPath": "static/tabBar/myAct.png",
|
|
"text": "我的"
|
|
}]
|
|
}
|
|
} |