初始化

This commit is contained in:
魏啾
2024-03-21 15:33:26 +08:00
parent 179418e65f
commit 53afc38e76
3486 changed files with 792466 additions and 1 deletions

115
pages.json Normal file
View File

@@ -0,0 +1,115 @@
{
"pages": [ //pages数组中第一项表示应用启动页参考https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/login/login",
"style": {
"navigationBarTitleText": "用户授权"
}
},
{
"path": "pages/order/order",
"style": {
"navigationBarTitleText": "订单列表"
}
},
{
"path": "pages/order/order_detail",
"style": {
"navigationBarTitleText": "订单详情"
}
},
{
"path": "pages/member/index",
"style": {
"navigationBarTitleText": "会员充值"
}
},
{
"path": "pages/make/make",
"style": {
"navigationBarTitleText": "在线预定"
}
},
{
"path": "pages/user/user",
"style": {
"navigationBarTitleText": "个人中心"
}
},
{
"path": "pages/pay_code/pay_code",
"style": {
"navigationBarTitleText": "会员支付码"
}
},
{
"path": "pages/order_detail/order_detail",
"style": {
"navigationBarTitleText": "订单详情"
}
},
{
"path": "pages/order_food/order_food",
"style": {
"navigationStyle": "custom",
"navigationBarTextStyle": "white"
}
},
{
"path": "pages/make/list",
"style": {
"navigationBarTitleText": "在线预订"
}
},
{
"path": "pages/user/coupon",
"style": {
"navigationBarTitleText": "我的优惠卷"
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "银收客",
"navigationBarBackgroundColor": "#ffffff",
"backgroundColor": "#F2F2F2"
},
"uniIdRouter": {},
"tabBar": {
"backgroundColor": "#ffffff",
"color": "#999",
"selectedColor": "#000",
"borderStyle": "white",
"list": [{
"iconPath": "static/tabbar/1.png",
"selectedIconPath": "static/tabbar/1-1.png",
"pagePath": "pages/index/index",
"text": "首页"
},
{
"iconPath": "static/tabbar/2.png",
"selectedIconPath": "static/tabbar/2-1.png",
"pagePath": "pages/order/order",
"text": "订单"
},
{
"iconPath": "static/tabbar/3.png",
"selectedIconPath": "static/tabbar/3-1.png",
"pagePath": "pages/make/make",
"text": "预约"
},
{
"iconPath": "static/tabbar/4.png",
"selectedIconPath": "static/tabbar/4-1.png",
"pagePath": "pages/user/user",
"text": "我的"
}
]
}
}