This commit is contained in:
2025-11-30 00:21:29 +08:00
parent cf843557a6
commit 3be949f95b
7 changed files with 849 additions and 151 deletions

View File

@@ -1,150 +0,0 @@
{
"globalStyle": {
"navigationStyle": "default",
"navigationBarTitleText": "unibest",
"navigationBarBackgroundColor": "#f8f8f8",
"navigationBarTextStyle": "black",
"backgroundColor": "#FFFFFF"
},
"easycom": {
"autoscan": true,
"custom": {
"^fg-(.*)": "@/components/fg-$1/fg-$1.vue",
"^(?!z-paging-refresh|z-paging-load-more)z-paging(.*)": "z-paging/components/z-paging$1/z-paging$1.vue",
"^wd-(.*)": "wot-design-uni/components/wd-$1/wd-$1.vue"
}
},
"pages": [
// GENERATED BY UNI-PAGES, PLATFORM: H5
{
"path": "pages/index/index",
"type": "home",
"style": {
"navigationBarTitleText": "首页",
"navigationStyle": "custom"
}
},
{
"path": "pages/finance/credit",
"type": "page",
"style": {
"navigationBarTitleText": "信用额度",
"enablePullDownRefresh": true
}
},
{
"path": "pages/finance/settlement",
"type": "page",
"style": {
"navigationBarTitleText": "应结账款",
"enablePullDownRefresh": true
}
},
{
"path": "pages/goods/cart",
"type": "page",
"style": {
"navigationBarTitleText": "购物车"
}
},
{
"path": "pages/goods/detail",
"type": "page",
"style": {
"navigationBarTitleText": "商品详情",
"navigationBarBackgroundColor": "#ffffff",
"navigationBarTextStyle": "black"
}
},
{
"path": "pages/login/index",
"type": "page",
"style": {
"navigationBarTitleText": "登录",
"navigationBarBackgroundColor": "#ffffff",
"navigationStyle": "custom"
}
},
{
"path": "pages/me/me",
"type": "page",
"style": {
"navigationBarTitleText": "我的",
"navigationBarBackgroundColor": "#fff",
"navigationBarTextStyle": "black",
"navigationStyle": "custom"
}
},
{
"path": "pages/member/index",
"type": "page",
"style": {
"navigationBarTitleText": "会员中心",
"navigationBarBackgroundColor": "#1a1a1a",
"navigationBarTextStyle": "white"
}
},
{
"path": "pages/order/confirm",
"type": "page",
"style": {
"navigationBarTitleText": "确认订单"
}
},
{
"path": "pages/order/detail",
"type": "page",
"style": {
"navigationBarTitleText": "订单详情"
}
},
{
"path": "pages/order/list",
"type": "page",
"style": {
"navigationBarTitleText": "我的订单",
"enablePullDownRefresh": true
}
},
{
"path": "pages/sort/index",
"type": "page",
"style": {
"navigationBarTitleText": "分类",
"disableScroll": true,
"navigationStyle": "custom"
}
}
],
"subPackages": [],
"tabBar": {
"custom": true,
"color": "#999999",
"selectedColor": "#018d71",
"backgroundColor": "#F8F8F8",
"borderStyle": "black",
"height": "50px",
"fontSize": "10px",
"iconWidth": "24px",
"spacing": "3px",
"list": [
// GENERATED BY UNI-PAGES, PLATFORM: H5
{
"text": "首页",
"pagePath": "pages/index/index"
},
{
"text": "分类",
"pagePath": "pages/sort/index"
},
{
"text": "购物车",
"pagePath": "pages/goods/cart"
},
{
"text": "我的",
"pagePath": "pages/me/me"
}
]
}
}