1 Star 0 Fork 319

大白菜/tacomall-uniapp

forked from Jerry Tang/塔可商城 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pages.json 3.35 KB
一键复制 编辑 原始数据 按行查看 历史
Jerry Tang 提交于 2020-10-31 11:04 . 1、添加订单生成
{
"pages": [
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "首页",
"app-plus": {
"titleNView": false
}
}
},
{
"path": "pages/search/index",
"style": {
"navigationBarTitleText": "搜索",
"app-plus": {
"titleNView": false
}
}
},
{
"path": "pages/category/index",
"style": {
"navigationBarTitleText": "分类",
"app-plus": {
"titleNView": false
}
}
},
{
"path": "pages/category-goods/index",
"style": {
"navigationBarTitleText": "分类商品",
"app-plus": {
"titleNView": false
}
}
},
{
"path": "pages/cart/index",
"style": {
"navigationBarTitleText": "购物车",
"app-plus": {
"titleNView": false
},
"usingComponents": {
"van-dialog": "/wxcomponents/vant/dialog/index",
"van-notify": "/wxcomponents/vant/notify/index"
}
}
},
{
"path": "pages/checkout/index",
"style": {
"navigationBarTitleText": "订单确认"
}
},
{
"path": "pages/transaction/index",
"style": {
"navigationBarTitleText": "交易结果"
}
},
{
"path": "pages/order/index",
"style": {
"navigationBarTitleText": "我的订单"
}
},
{
"path": "pages/center/index",
"style": {
"navigationBarTitleText": "个人中心",
"app-plus": {
"titleNView": false
}
}
},
{
"path": "pages/account/index",
"style": {
"navigationBarTitleText": "我的账户",
"app-plus": {
"titleNView": false
},
"usingComponents": {
"van-dialog": "/wxcomponents/vant/dialog/index"
}
}
},
{
"path": "pages/login/index",
"style": {
"navigationBarTitleText": "登陆",
"app-plus": {
"titleNView": false
}
}
},
{
"path": "pages/goods/index",
"style": {
"navigationBarTitleText": "商品页",
"app-plus": {
"titleNView": false
},
"usingComponents": {
"van-notify": "/wxcomponents/vant/notify/index"
}
}
},
{
"path": "pages/evaluate/index",
"style": {
"navigationBarTitleText": "评价页",
"app-plus": {
"titleNView": false
}
}
},
{
"path": "pages/h5/index",
"style": {
"navigationBarTitleText": "第三方应用",
"app-plus": {
"titleNView": false
}
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "tacomall",
"navigationBarBackgroundColor": "#fff",
"backgroundColor": "#F8F8F8",
"mp-alipay": {
"titleBarColor": "#FFFFFF"
}
},
"tabBar": {
"color": "#7A7E83",
"selectedColor": "#845d32",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [
{
"pagePath": "pages/index/index",
"iconPath": "static/image/tab-home.png",
"selectedIconPath": "static/image/tab-home-active.png",
"text": "首页"
},
{
"pagePath": "pages/category/index",
"iconPath": "static/image/tab-category.png",
"selectedIconPath": "static/image/tab-category-active.png",
"text": "分类"
},
{
"pagePath": "pages/cart/index",
"iconPath": "static/image/tab-cart.png",
"selectedIconPath": "static/image/tab-cart-active.png",
"text": "购物车"
},
{
"pagePath": "pages/center/index",
"iconPath": "static/image/tab-center.png",
"selectedIconPath": "static/image/tab-center-active.png",
"text": "个人中心"
}
]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/ooooinfo/tacomall-uniapp.git
git@gitee.com:ooooinfo/tacomall-uniapp.git
ooooinfo
tacomall-uniapp
tacomall-uniapp
master

搜索帮助