初始化仓库

This commit is contained in:
wangxiaowei
2025-04-30 13:59:26 +08:00
commit f3990f76ef
1034 changed files with 133104 additions and 0 deletions

199
pages.json Normal file
View File

@ -0,0 +1,199 @@
{
"pages": [ //pages数组中第一项表示应用启动页参考https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "首页"
}
},
{
"path": "pages/order/order",
"style": {
"navigationBarTitleText": "订单"
}
},
{
"path": "pages/shop_cart/shop_cart",
"style": {
"navigationBarTitleText": "购物车"
}
},
{
"path": "pages/my/my",
"style": {
"navigationBarTitleText": "我的",
"navigationStyle": "custom"
}
},
{
"path": "pages/login/login",
"style": {
"navigationBarTitleText": "授权登录"
}
},
{
"path": "pages/login/fastLogin",
"style": {
"navigationBarTitleText": "登录"
}
},
{
"path": "pages/login/mobileLogin",
"style": {
"navigationBarTitleText": "手机号登录/注册"
}
},
{
"path": "pages/signin/signin",
"style": {
"navigationBarTitleText": "签到"
}
},
{
// 隐私协议
"path": "pages/server_explan/server_explan"
},
{
"path": "pages/store/choose_store",
"style": {
"navigationBarTitleText": "选择门店"
}
},
{
"path": "pages/store/store",
"style": {
"navigationBarTitleText": "门店"
}
},
{
"path": "pages/shop/shop",
"style": {
"navigationBarTitleText": "商品详情"
}
},
{
"path": "pages/order_now/order_now",
"style": {
"navigationBarTitleText": "确认订单"
}
},
{
"path": "pages/order_details/order_details",
"style": {
"navigationBarTitleText": "订单详情"
}
},
{
"path": "pages/refund/refund",
"style": {
"navigationBarTitleText": "退款"
}
},
{
"path": "pages/my/profile",
"style": {
"navigationBarTitleText": "个人资料"
}
},
{
"path": "pages/my/wallet",
"style": {
"navigationBarTitleText": "我的钱包"
}
},
{
"path": "pages/recharge/balance",
"style": {
"navigationBarTitleText": "充值余额",
"navigationStyle": "custom"
}
},
{
"path": "pages/recharge/recharge",
"style": {
"navigationBarTitleText": "充值"
}
}
],
"subPackages": [
{
"root": "bundle",
"pages": [
{
"path": "pages/points/points",
"style": {
"navigationBarTitleText": "积分",
"navigationStyle": "custom"
}
},
{
"path": "pages/points/points_store",
"style": {
"navigationBarTitleText": "积分商城"
}
},
{
"path": "pages/points/points_shop",
"style": {
"navigationBarTitleText": "积分商城"
}
},
{
"path": "pages/coupon/coupon",
"style": {
"navigationBarTitleText": "优惠券"
}
},
{
"path": "pages/setting/setting",
"style": {
"navigationBarTitleText": "设置"
}
}
]
}
],
"tabBar": {
"color": "#ABB0C2",
"selectedColor": "#254062",
"borderStyle": "black",
"list": [
{
"pagePath": "pages/index/index",
"iconPath": "/static/tabbar/tab_home.png",
"selectedIconPath": "/static/tabbar/tab_home_s.png",
"text": "首页"
},
{
"pagePath": "pages/order/order",
"iconPath": "/static/tabbar/tab_order.png",
"selectedIconPath": "/static/tabbar/tab_order_s.png",
"text": "订单"
},
{
"pagePath": "pages/shop_cart/shop_cart",
"iconPath": "/static/tabbar/tab_cart.png",
"selectedIconPath": "/static/tabbar/tab_cart_s.png",
"text": "购物车"
},
{
"pagePath": "pages/my/my",
"iconPath": "/static/tabbar/tab_my.png",
"selectedIconPath": "/static/tabbar/tab_my_s.png",
"text": "我的"
}
]
},
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "煎饼",
"navigationBarBackgroundColor": "#FFF",
"backgroundColor": "#F8F8F8"
},
"easycom": {
"autoscan": true,
"custom": {
"^u-(.*)": "@/components/uview-ui/components/u-$1/u-$1.vue"
}
}
}