4 Star 0 Fork 0

杨吉南/第一个仓库

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 1.83 KB
一键复制 编辑 原始数据 按行查看 历史
杨吉南 提交于 2024-06-05 16:51 . 项目提交
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "淘宝"
}
},
{
"path": "pages/sort/sort",
"style": {
"enablePullDownRefresh": false
}
},
{
"path": "pages/shop/shop",
"style": {
"enablePullDownRefresh": false,
"navigationStyle": "default"
}
},
{
"path": "pages/mine/mine",
"style": {
"enablePullDownRefresh": false
}
}
],
"subPackages": [
{
"root": "pagesA",
"pages": [
{
"path" : "info/info",
"style" :
{
"navigationBarTitleText" : "新闻详情",
"enablePullDownRefresh": false
}
}
]
},
{
"root": "pagesB",
"pages": [
{
"path" : "address/address",
"style" :
{
"navigationBarTitleText" : "地址管理"
}
}
]
}
],
"globalStyle": {
"navigationBarTextStyle": "white",
"navigationBarTitleText": "淘宝",
"navigationBarBackgroundColor": "#ffa162",
"backgroundColor": "#efffff"
},
"tabBar": {
"color": "#6e6d6b",
"selectedColor": "#D4237A",
"backgroundColor": "#fff",
"list": [
{
"pagePath": "pages/index/index",
"text": "首页",
"iconPath": "static/icon/homeoff.png",
"selectedIconPath": "static/icon/home.png"
},
{
"pagePath": "pages/sort/sort",
"text": "分类",
"iconPath": "static/icon/sortoff.png",
"selectedIconPath": "static/icon/sort.png"
},
{
"pagePath": "pages/shop/shop",
"text": "购物车",
"iconPath": "static/icon/shopoff.png",
"selectedIconPath": "static/icon/shop.png"
},
{
"pagePath": "pages/mine/mine",
"text": "我的",
"iconPath": "static/icon/mineoff.png",
"selectedIconPath": "static/icon/mine.png"
}
]
},
"uniIdRouter": {}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/blue-0209/the-first-warehouse.git
git@gitee.com:blue-0209/the-first-warehouse.git
blue-0209
the-first-warehouse
第一个仓库
master

搜索帮助