{
|
"easycom": {
|
"custom": {
|
"^u--(.*)": "uview-plus/components/u-$1/u-$1.vue",
|
"^up-(.*)": "uview-plus/components/u-$1/u-$1.vue",
|
"^u-([^-].*)": "uview-plus/components/u-$1/u-$1.vue"
|
}
|
},
|
"lazyCodeLoading": "requiredComponents",
|
"pages": [
|
{
|
"path": "pages/home/index",
|
"style": {
|
"navigationBarTitleText": "首页"
|
}
|
},
|
{
|
"path": "pages/category/index",
|
"style": {
|
"navigationBarTitleText": "分类"
|
}
|
},
|
{
|
"path": "pages/search/index",
|
"style": {
|
"navigationBarTitleText": "搜索"
|
}
|
},
|
{
|
"path": "pages/product/index",
|
"style": {
|
"navigationBarTitleText": "产品"
|
}
|
},
|
{
|
"path": "pages/activity/index",
|
"style": {
|
"navigationBarTitleText": "活动"
|
}
|
},
|
{
|
"path": "pages/shoppingcart/index",
|
"style": {
|
"navigationBarTitleText": "购物车"
|
}
|
},
|
{
|
"path": "pages/my/index",
|
"style": {
|
"navigationBarTitleText": "我的"
|
}
|
},
|
{
|
"path": "pages/my/recharge",
|
"style": {
|
"navigationBarTitleText": "充值"
|
}
|
},
|
{
|
"path": "pages/my/setting",
|
"style": {
|
"navigationBarTitleText": "设置"
|
}
|
},
|
{
|
"path": "pages/my/share",
|
"style": {
|
"navigationBarTitleText": "分享"
|
}
|
},
|
{
|
"path": "pages/pay/pay",
|
"style": {
|
"navigationBarTitleText": "支付"
|
}
|
},
|
{
|
"path": "pages/security/login",
|
"style": {
|
"navigationBarTitleText": "登录"
|
}
|
}
|
],
|
"globalStyle": {
|
"navigationBarTextStyle": "black",
|
"navigationBarTitleText": "xxx题库",
|
"navigationBarBackgroundColor": "#F8F8F8",
|
"backgroundColor": "#F8F8F8"
|
},
|
"tabBar": {
|
"color": "#7A7E83",
|
"selectedColor": "#52ba9d",
|
"borderStyle": "black",
|
"backgroundColor": "#FFFFFF",
|
"list": [
|
{
|
"pagePath": "pages/home/index",
|
"iconPath": "static/image/tabbar/home.png",
|
"selectedIconPath": "static/image/tabbar/home-active.png",
|
"text": "首页"
|
},
|
{
|
"pagePath": "pages/category/index",
|
"iconPath": "static/image/tabbar/home.png",
|
"selectedIconPath": "static/image/tabbar/home-active.png",
|
"text": "分类"
|
},
|
{
|
"pagePath": "pages/activity/index",
|
"iconPath": "static/image/tabbar/home.png",
|
"selectedIconPath": "static/image/tabbar/home-active.png",
|
"text": "朋友圈"
|
},
|
{
|
"pagePath": "pages/shoppingcart/index",
|
"iconPath": "static/image/tabbar/home.png",
|
"selectedIconPath": "static/image/tabbar/home-active.png",
|
"text": "购物车"
|
},
|
{
|
"pagePath": "pages/my/index",
|
"iconPath": "static/image/tabbar/user.png",
|
"selectedIconPath": "static/image/tabbar/user-active.png",
|
"text": "我的"
|
}
|
]
|
}
|
}
|