1 Star 0 Fork 0

李卓/uni-book-shop

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pages.json 3.29 KB
一键复制 编辑 原始数据 按行查看 历史
李卓 提交于 2021-11-25 22:45 . 详情页
{
"easycom": {
"^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
},
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "首页"
}
},
{
"path": "pages/center/index",
"style": {
"navigationBarTitleText": "个人中心"
}
}
,{
"path" : "pages/cart/cart",
"style" :
{
"navigationBarTitleText": "购物车",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/goods/goods",
"style" :
{
"navigationBarTitleText": "商品分类",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/auth/login",
"style" :
{
"navigationBarTitleText": "登录",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/auth/register",
"style" :
{
"navigationBarTitleText": "注册",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/center/baseInfo",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationBarTitleText": "修改个人信息"
}
}
,{
"path" : "pages/goods/show",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uView", //默认标题
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"tabBar": {
"color": "#909399",
"selectedColor": "#2979ff",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [{
"pagePath": "pages/index/index",
"iconPath": "static/icon/home.png",
"selectedIconPath": "static/icon/home-select.png",
"text": "首页"
}, {
"pagePath": "pages/goods/goods",
"iconPath": "static/icon/goods.png",
"selectedIconPath": "static/icon/goods-select.png",
"text": "商品"
}, {
"pagePath": "pages/cart/cart",
"iconPath": "static/icon/cart.png",
"selectedIconPath": "static/icon/cart-select.png",
"text": "购物车"
}, {
"pagePath": "pages/center/index",
"iconPath": "static/center.png",
"selectedIconPath": "static/center-selected.png",
"text": "我的"
}]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/li-zhuoHeyman/uni-book-shop.git
git@gitee.com:li-zhuoHeyman/uni-book-shop.git
li-zhuoHeyman
uni-book-shop
uni-book-shop
master

搜索帮助

D67c1975 1850385 1daf7b77 1850385