1 Star 0 Fork 0

桃JL/c01

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 2.00 KB
一键复制 编辑 原始数据 按行查看 历史
桃JL 提交于 2024-06-05 20:42 . 项目提交
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "新时纪"
}
},
{
"path" : "pages/info/info",
"style" :
{
"enablePullDownRefresh": false
}
},
{
"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" : "地址管理",
"enablePullDownRefresh": false
}
}
]
}
],
"globalStyle": {
"navigationBarTextStyle": "white",
"navigationBarTitleText": "新时纪",
"navigationBarBackgroundColor": "#4dba41",
"backgroundColor": "#F8F8F8"
},
"tabBar": {
"color": "#6E6D6B",
"selectedColor": "#4dba41",
"borderStyle": "black",
"backgroundColor": "#fff",
"list":[
{
"pagePath":"pages/index/index",
"text": "首页",
"iconPath": "static/icon/homedown.png",
"selectedIconPath": "static/icon/home.png"
},
{
"pagePath":"pages/sort/sort",
"text": "分类",
"iconPath": "static/icon/fenleidown.png",
"selectedIconPath": "static/icon/fenlei.png"
},
{
"pagePath":"pages/shop/shop",
"text": "购物车",
"iconPath": "static/icon/gouwuchedown.png",
"selectedIconPath": "static/icon/gouwuche.png"
},
{
"pagePath":"pages/mine/mine",
"text": "我的",
"iconPath": "static/icon/minedown.png",
"selectedIconPath": "static/icon/mine.png"
}
]
},
"uniIdRouter": {}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/peach-jl/c01.git
git@gitee.com:peach-jl/c01.git
peach-jl
c01
c01
master

搜索帮助