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.
137 lines
3.4 KiB
137 lines
3.4 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/address-manage/index",
|
|
"style": {
|
|
"navigationBarTitleText": "收货地址",
|
|
"enablePullDownRefresh": false,
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/error/index",
|
|
"style": {
|
|
"navigationBarTitleText": "页面不存在",
|
|
"enablePullDownRefresh": false,
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/order-list/index",
|
|
"style": {
|
|
"navigationBarTitleText": "订单列表",
|
|
"enablePullDownRefresh": false,
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/test/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函数里面得到
|
|
}
|
|
]
|
|
}
|
|
}
|