1 Star 0 Fork 0

Jack先生/aigouShop26

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 3.21 KB
一键复制 编辑 原始数据 按行查看 历史
Jack先生 提交于 2023-03-06 09:22 . 我的完成
{
// 如果您是通过uni_modules形式引入uView,可以忽略此配置
"easycom": {
"^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue"
},
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
}
}, {
"path": "pages/cate/cate",
"style": {
"navigationBarTitleText": "商品分类",
"enablePullDownRefresh": false
}
}, {
"path": "pages/cart/cart",
"style": {
"navigationBarTitleText": "购物车",
"enablePullDownRefresh": false
}
}, {
"path": "pages/my/my",
"style": {
"navigationBarTitleText": "我的",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}
],
"globalStyle": {
"navigationBarTextStyle": "white",
"navigationBarTitleText": "爱购商城",
"navigationBarBackgroundColor": "#409eff",
"backgroundColor": "#F8F8F8"
},
"tabBar": {
"backgroundColor": "#fafafa",
"borderStyle": "black",
"color": "#aaaaaa",
"selectedColor": "#409eff",
"list": [
{
"text": "首页",
"pagePath": "pages/index/index",
"iconPath": "static/images/nav/icon-index.png",
"selectedIconPath": "static/images/nav/icon-index-on.png"
},
{
"text": "分类",
"pagePath": "pages/cate/cate",
"iconPath": "static/images/nav/icon-cate.png",
"selectedIconPath": "static/images/nav/icon-cate-on.png"
},
{
"text": "购物车",
"pagePath": "pages/cart/cart",
"iconPath": "static/images/nav/icon-cart.png",
"selectedIconPath": "static/images/nav/icon-cart-on.png"
},
{
"text": "我的",
"pagePath": "pages/my/my",
"iconPath": "static/images/nav/icon-my.png",
"selectedIconPath": "static/images/nav/icon-my-on.png"
}
]
},
"uniIdRouter": {},
"subPackages": [{
"pages": [{
"path": "detail/detail",
"style": {
"navigationBarTitleText": "商品详情",
"enablePullDownRefresh": false
}
}, {
"path": "search/search",
"style": {
"navigationBarTitleText": "搜索",
"enablePullDownRefresh": false
}
}],
"root": "pkgGood"
},
{
"pages": [{
"path": "setting/setting",
"style": {
"navigationBarTitleText": "资料修改",
"enablePullDownRefresh": false
}
}, {
"path": "addressList/addressList",
"style": {
"navigationBarTitleText": "地址列表",
"enablePullDownRefresh": false
}
}, {
"path": "addressInfo/addressInfo",
"style": {
"navigationBarTitleText": "添加地址",
"enablePullDownRefresh": false
}
}, {
"path": "foot/foot",
"style": {
"navigationBarTitleText": "我的足迹",
"enablePullDownRefresh": false
}
}, {
"path": "about/about",
"style": {
"navigationBarTitleText": "关于我们",
"enablePullDownRefresh": false
}
}],
"root": "pkgUser"
},
{
"pages": [{
"path": "checkout/checkout",
"style": {
"navigationBarTitleText": "确定订单",
"enablePullDownRefresh": false
}
}, {
"path": "orderList/orderList",
"style": {
"navigationBarTitleText": "订单列表",
"enablePullDownRefresh": false
}
}],
"root": "pkgOrder"
}
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/jack-code-space/aigou-shop26.git
git@gitee.com:jack-code-space/aigou-shop26.git
jack-code-space
aigou-shop26
aigouShop26
master

搜索帮助