1 Star 0 Fork 0

冷炫/uni-shop

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 1.52 KB
一键复制 编辑 原始数据 按行查看 历史
冷炫 提交于 2022-05-04 23:04 . 完成了 tabBar 的开发
{
"pages": [{
"path": "pages/home/home",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}, {
"path": "pages/cate/cate",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}, {
"path": "pages/cart/cart",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}, {
"path": "pages/my/my",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8",
"app-plus": {
"background": "#efeff4"
}
},
"tabBar": {
"selectedColor": "#1296db",
"list": [{
"pagePath": "pages/home/home",
"text": "首页",
"iconPath": "./static/tab_icons/home.png",
"selectedIconPath": "./static/tab_icons/home_btn.png"
}, {
"pagePath": "pages/cate/cate",
"text": "分类",
"iconPath": "./static/tab_icons/cate.png",
"selectedIconPath": "./static/tab_icons/cate_btn.png"
}, {
"pagePath": "pages/cart/cart",
"text": "购物车",
"iconPath": "./static/tab_icons/cart.png",
"selectedIconPath": "./static/tab_icons/cart_btn.png"
}, {
"pagePath": "pages/my/my",
"text": "我的",
"iconPath": "./static/tab_icons/my.png",
"selectedIconPath": "./static/tab_icons/my_btn.png"
}]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/LENXUAN/uni-shop.git
git@gitee.com:LENXUAN/uni-shop.git
LENXUAN
uni-shop
uni-shop
master

搜索帮助