1 Star 0 Fork 40

且听风吟/uni-book-shop

forked from 吉吉国王/uni-book-shop 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pages.json 3.29 KB
一键复制 编辑 原始数据 按行查看 历史
吉吉国王 提交于 2021-10-23 23:50 . 上线
{
"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/goods/goods",
"style" :
{
"navigationBarTitleText": "分类"
}
}
,{
"path" : "pages/cart/cart",
"style" :
{
"navigationBarTitleText": "购物车"
}
}
,{
"path" : "pages/auth/login",
"style" :
{
"navigationBarTitleText": "登录"
}
}
,{
"path" : "pages/auth/register",
"style" :
{
"navigationBarTitleText": "注册"
}
}
,{
"path" : "pages/center/baseInfo",
"style" :
{
"navigationBarTitleText": "修改信息"
}
}
,{
"path" : "pages/goods/goods-detail/goods-detail",
"style" :
{
"navigationBarTitleText": "商品详情"
}
}
,{
"path" : "pages/center/collectGoods",
"style" :
{
"navigationBarTitleText": "商品收藏"
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "吉吉国王",
"navigationBarBackgroundColor": "#2979ff",
"backgroundColor": "#fff",
"enablePullDownRefresh":false
},
"tabBar": {
"color": "#2c2c2c",
"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/icon/profile.png",
"selectedIconPath": "static/icon/profile-select.png",
"text": "我"
}]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/boring_qian/uni-book-shop.git
git@gitee.com:boring_qian/uni-book-shop.git
boring_qian
uni-book-shop
uni-book-shop
master

搜索帮助