1 Star 0 Fork 0

李祖成/shop-app

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 2.94 KB
一键复制 编辑 原始数据 按行查看 历史
李祖成 提交于 2024-05-21 18:38 . 提交代码
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "uni-app"
}
},
{
"path" : "pages/UserSubPackage/UserSubPackage",
"style" :
{
"navigationBarTitleText" : ""
}
},
{
"path" : "pages/tab/tab",
"style" :
{
"navigationBarTitleText" : ""
}
},
{
"path" : "pages/supplierSubPackage/supplierSubPackage",
"style" :
{
"navigationBarTitleText" : ""
}
}
// {
// "path" : "pages/tab/home",
// "style" :
// {
// "navigationBarTitleText" : ""
// }
// },
// {
// "path" : "pages/tab/category",
// "style" :
// {
// "navigationBarTitleText" : ""
// }
// },
// {
// "path" : "pages/tab/basket",
// "style" :
// {
// "navigationBarTitleText" : ""
// }
// },
// {
// "path" : "pages/tab/user",
// "style" :
// {
// "navigationBarTitleText" : ""
// }
// },
// {
// "path" : "pages/tab/basket",
// "style" :
// {
// "navigationBarTitleText" : ""
// }
// },
],
"subPackages": [
{
"root": "pagesPackage/tabSubPackage/",
"pages": [
{
"path": "home",
"style": {
"navigationStyle": "custom",
"navigationBarTitleText": "首页",
"enablePullDownRefresh": false
}
},
{
"path": "basket",
"style": {
"navigationStyle": "custom",
"navigationBarTitleText": "购物车",
"enablePullDownRefresh": false
}
},
{
"path": "user",
"style": {
"navigationStyle": "custom",
"navigationBarTitleText": "我的",
"enablePullDownRefresh": false
}
},
{
"path": "category",
"style": {
"navigationStyle": "custom",
"navigationBarTitleText": "分类",
"enablePullDownRefresh": false
}
}
]
}
],
"tabBar": {
"selectedColor": "#fc1b35",
"color": "#333333",
"list": [
{
"pagePath": "pagesPackage/tabSubPackage/home",
"text": "首页",
"iconPath": "/static/tabbar/index.png",
"selectedIconPath": "/static/tabbar/index-r.png"
},
{
"pagePath": "pagesPackage/tabSubPackage/category",
"text": "分类",
"iconPath": "/static/tabbar/category.png",
"selectedIconPath": "/static/tabbar/category-r.png"
},
{
"pagePath": "pagesPackage/tabSubPackage/basket",
"text": "购物车",
"iconPath": "/static/tabbar/cart.png",
"selectedIconPath": "/static/tabbar/cart-r.png"
},
{
"pagePath": "pagesPackage/tabSubPackage/user",
"text": "我的",
"iconPath": "/static/tabbar/my.png",
"selectedIconPath": "/static/tabbar/my-r.png"
}
],
"backgroundColor": ""
},
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"uniIdRouter": {}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/li-zucheng/shop-app.git
git@gitee.com:li-zucheng/shop-app.git
li-zucheng
shop-app
shop-app
master

搜索帮助