【前端】纸掌柜h5端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

113 lines
2.8 KiB

{
"pages": [
{
"path": "pages/store/index",
"style": {
"navigationBarTitleText": "店铺首页",
"navigationStyle": "custom"
}
},
{
"path": "pages/cart/index",
"style": {
"navigationStyle": "custom",
"navigationBarTitleText": "购物车"
}
},
{
"path": "pages/mine/index",
"style": {
"navigationStyle": "custom",
"navigationBarTitleText": "个人中心"
}
},
{
"path": "pages/login/index",
"style": {
"navigationBarTitleText": "登录",
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
},
{
"path": "pages/agreement/index",
"style": {
"navigationStyle": "custom",
"navigationBarTitleText": "用户与隐私协议"
}
},
{
"path": "pages/page-view/index",
"style": {
"navigationBarTitleText": "统一第三方页面",
"enablePullDownRefresh": false
}
},
{
"path": "pages/enterprise-info/index",
"style": {
"navigationBarTitleText": "完善企业信息",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path": "pages/error/index",
"style": {
"navigationBarTitleText": "页面不存在",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path": "pages/paper-details/index",
"style": {
"navigationBarTitleText": "纸品详情",
"enablePullDownRefresh": false
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"tabBar": {
"color": "#888",
"selectedColor": "#007AFF",
"borderStyle": "white",
"backgroundColor": "#f9f9f9",
"list": [
{
"pagePath": "pages/store/index",
"iconPath": "static/imgs/tabbar/store-gray.png",
"selectedIconPath": "static/imgs/tabbar/store-blue.png",
"text": "店铺首页"
},
{
"pagePath": "pages/cart/index",
"iconPath": "static/imgs/tabbar/store-gray.png",
"selectedIconPath": "static/imgs/tabbar/store-blue.png",
"text": "购物车"
},
{
"pagePath": "pages/mine/index",
"iconPath": "static/imgs/tabbar/store-gray.png",
"selectedIconPath": "static/imgs/tabbar/store-blue.png",
"text": "个人中心"
}
]
},
"condition": {
//
"current": 0, //(list )
"list": [
{
"name": "", //
"path": "", //
"query": "" //onLoad
}
]
}
}