guyu/pages.json
2025-07-24 18:28:46 +08:00

117 lines
2.4 KiB
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"easycom": {
"autoscan": true,
"custom": {
// 通用规则:匹配 guyu 下任意子目录的组件,格式 <目录名>-<组件名>
"^guyu-([a-z]+)-(.*)": "@/components/guyu/$1/$2.vue"
}
},
"pages": [ //pages数组中第一项表示应用启动页参考https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/home/home-page",
"style": {
"navigationStyle": "custom",
"navigationBarTitleText": ""
}
},
{
"path": "pages/bags/bags-page",
"style": {
"navigationStyle": "custom",
"navigationBarTitleText": ""
}
},
{
"path": "pages/me/me-page",
"style": {
"navigationStyle": "custom",
"navigationBarTitleText": ""
}
},
{
"path": "pages/home/product-details",
"style": {
"navigationStyle": "custom",
"navigationBarTitleText": ""
}
},
{
"path": "pages/me/user-info-page",
"style": {
"navigationStyle": "custom",
"navigationBarTitleText": ""
}
},
{
"path": "pages/me/coupon-page",
"style": {
"navigationStyle": "custom",
"navigationBarTitleText": ""
}
},
{
"path": "pages/me/order-page",
"style": {
"navigationStyle": "custom",
"navigationBarTitleText": ""
}
},
{
"path": "pages/me/logistics-details-page",
"style": {
"navigationStyle": "custom",
"navigationBarTitleText": ""
}
},
{
"path": "pages/me/address-page",
"style": {
"navigationStyle": "custom",
"navigationBarTitleText": ""
}
},
{
"path": "pages/home/search-page",
"style": {
"navigationStyle": "custom",
"navigationBarTitleText": ""
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"uniIdRouter": {},
"tabBar": {
"color": "#FFFDF1",
"selectedColor": "#333333",
"borderStyle": "black",
"height": "129.17rpx",
"list": [
{
"pagePath": "pages/home/home-page",
"iconPath": "/static/tabbar/ic_home.png",
"selectedIconPath": "/static/tabbar/ic_s.png"
},
{
"pagePath": "pages/bags/bags-page",
"iconPath": "/static/tabbar/ic_bags.png",
"selectedIconPath": "/static/tabbar/ic_s.png"
},
{
"pagePath": "pages/me/me-page",
"iconPath": "/static/tabbar/ic_me.png",
"selectedIconPath": "/static/tabbar/ic_s.png"
}
]
}
}