加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 2.06 KB
一键复制 编辑 原始数据 按行查看 历史
00 提交于 2024-06-20 11:33 . 修改路由跳转
{
"pages": [
{
"path": "pages/splash/splash",
"style": {
"navigationBarTitleText": "uni-app",
"navigationStyle": "custom"
}
}, {
"path": "pages/tabBar/index/index",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom"
}
},
{
"path": "pages/tabBar/newProd/newProd",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom"
}
},
{
"path": "pages/tabBar/cart/cart",
"style": {
"navigationBarTitleText": "购物车"
}
},
{
"path": "pages/tabBar/mine/mine",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom"
}
},
{
"path": "pages/tabBar/orders/orders",
"style": {
"navigationBarTitleText": "我的订单"
}
},
{
"path": "pages/tabBar/pay/pay",
"style": {
"navigationBarTitleText": "我的订单",
"navigationStyle": "custom"
}
},
{
"path": "pages/tabBar/details/details",
"style": {
"navigationBarTitleText": "商品详情"
}
},
{
"path": "pages/tabBar/sureorder/sureorder",
"style": {
"navigationBarTitleText": "确认订单"
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"uniIdRouter": {},
"tabBar": {
"position": "bottom",
"list": [{
"pagePath": "pages/tabBar/index/index",
"iconPath": "/static/ic_home_normal.png",
"selectedIconPath": "static/ic_home_focus.png",
"text": "首页"
},
{
"pagePath": "pages/tabBar/newProd/newProd",
"iconPath": "/static/ic_product_normal.png",
"selectedIconPath": "static/ic_product_focus.png",
"text": "新品"
},
{
"pagePath": "pages/tabBar/cart/cart",
"iconPath": "/static/ic_cart_normal.png",
"selectedIconPath": "static/ic_cart_focus.png",
"text": "购物车"
},
{
"pagePath": "pages/tabBar/mine/mine",
"iconPath": "/static/ic_personal_normal.png",
"selectedIconPath": "static/ic_personal_focus.png",
"text": "我的"
}
]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化