acdr-ui/dist/dev/mp-weixin/app.json

214 lines
4.8 KiB
JSON

{
"pages": [
"pages/index/index",
"pages/address/index",
"pages/ai/ai-interactive-space",
"pages/certification/index",
"pages/certification/pet-sitter",
"pages/extended/index",
"pages/h5mall/index",
"pages/login/index",
"pages/login/phone",
"pages/map/index",
"pages/message/chat",
"pages/message/index",
"pages/message/message-list",
"pages/message/privatechat",
"pages/my/index",
"pages/order/index",
"pages/order/order-detail",
"pages/order/take",
"pages/others/agreement",
"pages/others/null",
"pages/others/official-account",
"pages/permission/bind-phone",
"pages/permission/real-name-auth",
"pages/pet/index",
"pages/pet/pet-add-page",
"pages/pet/pet-detail-page",
"pages/push/door",
"pages/push/goods",
"pages/push/index",
"pages/push/share",
"pages/service/accompany",
"pages/service/detail",
"pages/service/door",
"pages/service/index",
"pages/service/knowledge",
"pages/service/my-service",
"pages/service/search",
"pages/service/shop",
"pages/service/slippery",
"pages/service/store",
"pages/settings/index",
"pages/space/index",
"pages/webview/webview",
"modules/mall/index/index",
"modules/mall/index/user",
"modules/mall/index/category",
"modules/mall/index/cart",
"modules/mall/index/login",
"modules/mall/index/search",
"modules/mall/index/page"
],
"subPackages": [
{
"root": "modules/mall/goods",
"pages": [
"index",
"groupon",
"seckill",
"list",
"comment/add",
"comment/list"
]
},
{
"root": "modules/mall/order",
"pages": [
"detail",
"confirm",
"list",
"aftersale/apply",
"aftersale/return-delivery",
"aftersale/list",
"aftersale/detail",
"aftersale/log",
"express/log"
]
},
{
"root": "modules/mall/user",
"pages": [
"info",
"goods-collect",
"goods-log",
"address/list",
"address/edit",
"goods_details_store/index",
"wallet/money",
"wallet/score"
]
},
{
"root": "modules/mall/commission",
"pages": [
"index",
"wallet",
"goods",
"order",
"team",
"promoter",
"commission-ranking",
"withdraw"
]
},
{
"root": "modules/mall/app",
"pages": [
"sign"
]
},
{
"root": "modules/mall/public",
"pages": [
"setting",
"richtext",
"faq",
"error",
"webview"
]
},
{
"root": "modules/mall/coupon",
"pages": [
"list",
"detail"
]
},
{
"root": "modules/mall/chat",
"pages": [
"index"
]
},
{
"root": "modules/mall/pay",
"pages": [
"index",
"result",
"recharge",
"recharge-log"
]
},
{
"root": "modules/mall/activity",
"pages": [
"groupon/detail",
"groupon/order",
"index",
"groupon/list",
"seckill/list"
]
}
],
"window": {
"navigationStyle": "default",
"navigationBarTitleText": "宠屋",
"navigationBarBackgroundColor": "#f8f8f8",
"navigationBarTextStyle": "black",
"backgroundColor": "#FFFFFF"
},
"tabBar": {
"color": "#999999",
"selectedColor": "#000000",
"backgroundColor": "#F8F8F8",
"borderStyle": "black",
"list": [
{
"iconPath": "static/tabbar/home.png",
"selectedIconPath": "static/tabbar/homeL.png",
"pagePath": "pages/index/index",
"text": "首页"
},
{
"iconPath": "static/tabbar/space.png",
"selectedIconPath": "static/tabbar/spaceL.png",
"pagePath": "pages/space/index",
"text": "互动空间"
},
{
"iconPath": "static/tabbar/24gl-paperPlane.png",
"selectedIconPath": "static/tabbar/24gl-paperPlaneL.png",
"pagePath": "pages/push/index",
"text": "发布"
},
{
"iconPath": "static/tabbar/message.png",
"selectedIconPath": "static/tabbar/messageL.png",
"pagePath": "pages/message/index",
"text": "消息"
},
{
"iconPath": "static/tabbar/my.png",
"selectedIconPath": "static/tabbar/myL.png",
"pagePath": "pages/my/index",
"text": "我的 "
}
]
},
"requiredPrivateInfos": [
"getLocation",
"chooseLocation"
],
"permission": {
"scope.userLocation": {
"desc": "你的位置信息将用于定位效果展示"
}
},
"lazyCodeLoading": "requiredComponents",
"usingComponents": {
"layout-default-uni": "/layouts/default",
"layout-demo-uni": "/layouts/demo"
}
}