1 Star 1 Fork 2

叶宁 / uni-shop

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pages.json 2.06 KB
一键复制 编辑 原始数据 按行查看 历史
叶宁 提交于 2022-07-26 12:36 . 基本功能提交
{
"easycom": {
"^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
},
"pages": [{
"path": "pages/my/my",
"style": {
"navigationBarTitleText": "个人中心"
}
},
{
"path": "pages/car/car",
"style": {
"navigationBarTitleText": "购物车"
}
},
{
"path": "pages/home/home",
"style": {
"navigationBarTitleText": "首页",
"enablePullDownRefresh": false
}
},
{
"path": "pages/shop/shop",
"style": {
"navigationBarTitleText": "商品",
"enablePullDownRefresh": false
}
},
{
"path": "pages/auth/login",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
},
{
"path": "pages/my/baseInfo",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
},
{
"path": "pages/home/detial",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
},
{
"path": "pages/my/collection",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
},
{
"path": "pages/auth/register",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uView",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"tabBar": {
"color": "#2c2c2c",
"selectedColor": "#d4237a",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [{
"pagePath": "pages/home/home",
"iconPath": "static/icon/h.png",
"selectedIconPath": "static/icon/h_a.png",
"text": "首页"
},
{
"pagePath": "pages/shop/shop",
"iconPath": "static/icon/s.png",
"selectedIconPath": "static/icon/s_a.png",
"text": "商品"
},
{
"pagePath": "pages/car/car",
"iconPath": "static/icon/c.png",
"selectedIconPath": "static/icon/c_a.png",
"text": "购物车"
},
{
"pagePath": "pages/my/my",
"iconPath": "static/icon/m.png",
"selectedIconPath": "static/icon/m_a.png",
"text": "我的"
}
]
}
}
1
https://gitee.com/ye_ning/uni-shop.git
git@gitee.com:ye_ning/uni-shop.git
ye_ning
uni-shop
uni-shop
master

搜索帮助