代码拉取完成,页面将自动刷新
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "百年奥莱",
"navigationBarBackgroundColor": "#fff",
"app-plus": {
"scrollIndicator": "none",
"titleNView": {
"buttons": [{
"float": "left",
"fontSrc": "./static/iconfont.ttf",
"text": "\ue69d"
},
{
"float": "right",
"fontSrc": "./static/iconfont.ttf",
"text": "\ue622"
}
]
}
}
}
}, {
"path": "pages/list/list",
"style": {
"navigationBarTitleText": "分类",
"enablePullDownRefresh": false,
"app-plus": {
"scrollIndicator": "none",
"titleNView": {
"searchInput": {
"align": "left",
"placeholder": "请输入关键字",
"borderRadius": "15px",
"disabled": true,
"backgroundColor": "#F7F7F7",
"placeholderColor": "#B3B3B3"
}
}
}
}
}, {
"path": "pages/shopcart/shopcart",
"style": {
"app-plus": {
"titleNView": false,
"scrollIndicator": "none"
}
}
}, {
"path": "pages/my/my",
"style": {
"app-plus": {
"titleNView": false,
"scrollIndicator": "none"
}
}
}, {
"path": "compontens/index/RecommendItem",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}, {
"path": "compontens/common/Card",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}, {
"path": "pages/search/search",
"style": {
"enablePullDownRefresh": false,
"app-plus": {
"scrollIndicator": "none",
"titleNView": {
"searchInput": {
"align": "left",
"placeholder": "nike",
"borderRadius": "15px",
"disabled": false,
"autoFocus": true,
"backgroundColor": "#F7F7F7",
"placeholderColor": "#B3B3B3"
},
"buttons": [{
"float": "right",
"color": "#636363",
"text": "搜索",
"fontSize": "16px",
"width": "60px"
}]
}
}
}
}, {
"path": "pages/search-list/search-list",
"style": {
"enablePullDownRefresh": false,
"app-plus": {
"scrollIndicator": "none",
"titleNView": {
"searchInput": {
"align": "left",
"placeholder": "nike",
"borderRadius": "15px",
"disabled": true,
"backgroundColor": "#F7F7F7",
"placeholderColor": "#B3B3B3"
},
"buttons": [{
"float": "right",
"color": "#636363",
"text": "筛选",
"fontSize": "16px",
"width": "60px"
}]
}
}
}
}, {
"path": "pages/details/details",
"style": {
"navigationBarTitleText": "商品详情",
"enablePullDownRefresh": false,
"app-plus": {
"scrollIndicator": "none", //隐藏滚动条
"titleNView": {
"type": "transparent",
"buttons": [
{ "type": "menu" }, { "type": "share" }
]
}
}
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#fff",
"backgroundColor": "#F8F8F8"
},
"tabBar": {
"color": "#636263",
"selectedColor": "#636263",
"spacing": "8px",
"list": [{
"pagePath": "pages/index/index",
"text": "主页",
"iconPath": "static/tabbar/index.png",
"selectedIconPath": "static/tabbar/indexSelected.png"
},
{
"pagePath": "pages/list/list",
"text": "分类",
"iconPath": "static/tabbar/list.png",
"selectedIconPath": "static/tabbar/listSelected.png"
},
{
"pagePath": "pages/shopcart/shopcart",
"text": "购物车",
"iconPath": "static/tabbar/shop.png",
"selectedIconPath": "static/tabbar/shopSelected.png"
},
{
"pagePath": "pages/my/my",
"text": "我的",
"iconPath": "static/tabbar/my.png",
"selectedIconPath": "static/tabbar/mySelected.png"
}
]
},
"uniIdRouter": {}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。