代码拉取完成,页面将自动刷新
{
"easycom": {
"autoscan": true,
"custom": {
// uni-ui 规则如下配置
"^uni-(.*)": "@dcloudio/uni-ui/lib/uni-$1/uni-$1.vue"
}
},
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {}
},
{
"path": "pages/cart/cart",
"style": {
"navigationBarTitleText": "购物车"
}
},
{
"path": "pages/category/category",
"style": {
"navigationBarTitleText": "分类"
}
},
{
"path": "pages/user/user",
"style": {
"navigationBarTitleText": "个人中心"
}
},
{
"path": "pages/details/details",
"style": {
"navigationBarTitleText": "商品详情"
}
}
,{
"path" : "pages/login/login",
"style" :
{
"navigationBarTitleText": "登录"
}
}
,{
"path" : "pages/order/order",
"style" :
{
"navigationBarTitleText": "确认订单",
"enablePullDownRefresh": false
}
}
],
"globalStyle": {
"navigationBarTextStyle": "white",
"navigationBarTitleText": "EMO商城",
"navigationBarBackgroundColor": "#BB2C08",
"backgroundColor": "#F8F8F8"
},
"tabBar": {
"color": "#555",
"selectedColor": "#D43C33",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [{
"pagePath": "pages/index/index",
"iconPath": "static/images/tabBar/tab-home.png",
"selectedIconPath": "static/images/tabBar/tab-home-current.png",
"text": "首页"
}, {
"pagePath": "pages/category/category",
"iconPath": "static/images/tabBar/tab-cate.png",
"selectedIconPath": "static/images/tabBar/tab-cate-current.png",
"text": "分类"
}, {
"pagePath": "pages/cart/cart",
"iconPath": "static/images/tabBar/tab-cart.png",
"selectedIconPath": "static/images/tabBar/tab-cart-current.png",
"text": "购物车"
}, {
"pagePath": "pages/user/user",
"iconPath": "static/images/tabBar/tab-my.png",
"selectedIconPath": "static/images/tabBar/tab-my-current.png",
"text": "个人"
}]
},
"uniIdRouter": {}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。