first commit

This commit is contained in:
PC-202306242200\Administrator
2026-03-28 23:10:55 +08:00
commit 1c24452b6c
1735 changed files with 150474 additions and 0 deletions

64
unpackage/dist/dev/mp-weixin/app.json vendored Normal file
View File

@@ -0,0 +1,64 @@
{
"pages": [
"pages/index/index",
"pages/mine/mine",
"pages/cate/cate",
"pages/order/order",
"pages/login/login",
"pages/goods/goods",
"pages/team/team",
"pages/mine/sett",
"pages/equity/equity",
"pages/wallet/wallet",
"pages/notice/notice",
"pages/address/list",
"pages/address/add",
"pages/order/confirm",
"pages/order/success",
"pages/goods/prefecture",
"pages/wallet/list",
"pages/notice/details",
"pages/mine/mobile",
"pages/protocol/protocol",
"pages/wallet/zhaun"
],
"window": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"tabBar": {
"color": "#AAA",
"selectedColor": "#516E41",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [
{
"iconPath": "static/tabbar/home.png",
"selectedIconPath": "static/tabbar/homes.png",
"pagePath": "pages/index/index",
"text": "首页"
},
{
"iconPath": "static/tabbar/cate.png",
"selectedIconPath": "static/tabbar/cates.png",
"pagePath": "pages/cate/cate",
"text": "分类"
},
{
"iconPath": "static/tabbar/order.png",
"selectedIconPath": "static/tabbar/orders.png",
"pagePath": "pages/order/order",
"text": "订单"
},
{
"iconPath": "static/tabbar/mine.png",
"selectedIconPath": "static/tabbar/mines.png",
"pagePath": "pages/mine/mine",
"text": "我的"
}
]
},
"usingComponents": {}
}