You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
202 lines
4.4 KiB
202 lines
4.4 KiB
4 months ago
|
{
|
||
|
"pages": [
|
||
|
"pages/home",
|
||
|
"pages/guide",
|
||
|
"pages/index",
|
||
|
"pages/category",
|
||
|
"pages/find",
|
||
|
"pages/cart",
|
||
|
"pages/user"
|
||
|
],
|
||
|
"subPackages": [
|
||
|
{
|
||
|
"root": "pages/article",
|
||
|
"pages": [
|
||
|
"list",
|
||
|
"details",
|
||
|
"advert"
|
||
|
]
|
||
|
},
|
||
|
{
|
||
|
"root": "pages/notice",
|
||
|
"pages": [
|
||
|
"notice",
|
||
|
"chat",
|
||
|
"notify/notify",
|
||
|
"system/system",
|
||
|
"logistics/logistics"
|
||
|
]
|
||
|
},
|
||
|
{
|
||
|
"root": "pages/product",
|
||
|
"pages": [
|
||
|
"goods",
|
||
|
"list",
|
||
|
"comment"
|
||
|
]
|
||
|
},
|
||
|
{
|
||
|
"root": "pages/page",
|
||
|
"pages": [
|
||
|
"index",
|
||
|
"search",
|
||
|
"success",
|
||
|
"end_live",
|
||
|
"no_network"
|
||
|
]
|
||
|
},
|
||
|
{
|
||
|
"root": "pages/user",
|
||
|
"pages": [
|
||
|
"auth/auth",
|
||
|
"auth/name",
|
||
|
"auth/perfect",
|
||
|
"auth/phone",
|
||
|
"auth/register",
|
||
|
"auth/retrieve",
|
||
|
"auth/thirdreg",
|
||
|
"auth/validcode",
|
||
|
"auth/resetpwd",
|
||
|
"bank/bank",
|
||
|
"bank/add",
|
||
|
"bank/details",
|
||
|
"coupon/list",
|
||
|
"coupon/mycard",
|
||
|
"coupon/details",
|
||
|
"coupon/apply",
|
||
|
"help",
|
||
|
"service",
|
||
|
"theme",
|
||
|
"footprint",
|
||
|
"follow",
|
||
|
"collect",
|
||
|
"signin/signin",
|
||
|
"signin/log",
|
||
|
"signin/rank",
|
||
|
"setting/notice",
|
||
|
"setting/privacy",
|
||
|
"setting/security",
|
||
|
"setting/currency",
|
||
|
"setting/securityCenter",
|
||
|
"setting/about",
|
||
|
"setting/setting",
|
||
|
"setting/user",
|
||
|
"feedback/feedback",
|
||
|
"feedback/lists",
|
||
|
"complaint/complaint",
|
||
|
"complaint/lists",
|
||
|
"order/order",
|
||
|
"order/addorder",
|
||
|
"order/details",
|
||
|
"money/money",
|
||
|
"money/list",
|
||
|
"money/pay",
|
||
|
"money/recharge",
|
||
|
"money/withdraw",
|
||
|
"money/witlist",
|
||
|
"address/address",
|
||
|
"address/addressManage",
|
||
|
"distribution/distribution",
|
||
|
"portrait/portrait",
|
||
|
"order/logistics",
|
||
|
"order/comment",
|
||
|
"comment/comment",
|
||
|
"refund/lists",
|
||
|
"refund/apply",
|
||
|
"refund/details",
|
||
|
"refund/log",
|
||
|
"refund/edit",
|
||
|
"money/details"
|
||
|
]
|
||
|
},
|
||
|
{
|
||
|
"root": "pages/shop",
|
||
|
"pages": [
|
||
|
"index",
|
||
|
"info",
|
||
|
"product/list",
|
||
|
"live/live"
|
||
|
]
|
||
|
},
|
||
|
{
|
||
|
"root": "pages/apps/find",
|
||
|
"pages": [
|
||
|
"list",
|
||
|
"user",
|
||
|
"user/add",
|
||
|
"user/follow",
|
||
|
"user/fans",
|
||
|
"details/details",
|
||
|
"details/live",
|
||
|
"details/video"
|
||
|
]
|
||
|
},
|
||
|
{
|
||
|
"root": "pages/apps/groups",
|
||
|
"pages": [
|
||
|
"index",
|
||
|
"goods",
|
||
|
"order/order",
|
||
|
"order/confirm",
|
||
|
"order/details",
|
||
|
"order/comment",
|
||
|
"order/logistics",
|
||
|
"team"
|
||
|
]
|
||
|
}
|
||
|
],
|
||
|
"window": {
|
||
|
"navigationBarTextStyle": "black",
|
||
|
"navigationBarTitleText": "勉学优品",
|
||
|
"navigationBarBackgroundColor": "#F7F7F7",
|
||
|
"backgroundColor": "#F7F7F7",
|
||
|
"backgroundColorTop": "#F7F7F7",
|
||
|
"backgroundColorBottom": "#F7F7F7"
|
||
|
},
|
||
|
"tabBar": {
|
||
|
"color": "#666666",
|
||
|
"selectedColor": "#fe5400",
|
||
|
"borderStyle": "white",
|
||
|
"backgroundColor": "#ffffff",
|
||
|
"list": [
|
||
|
{
|
||
|
"pagePath": "pages/index",
|
||
|
"iconPath": "static/images/tabbar/index.png",
|
||
|
"selectedIconPath": "static/images/tabbar/indexHL.png",
|
||
|
"text": "主页"
|
||
|
},
|
||
|
{
|
||
|
"pagePath": "pages/category",
|
||
|
"iconPath": "static/images/tabbar/category.png",
|
||
|
"selectedIconPath": "static/images/tabbar/categoryHL.png",
|
||
|
"text": "分类"
|
||
|
},
|
||
|
{
|
||
|
"pagePath": "pages/find",
|
||
|
"iconPath": "static/images/tabbar/find.png",
|
||
|
"selectedIconPath": "static/images/tabbar/findHL.png",
|
||
|
"text": "发现"
|
||
|
},
|
||
|
{
|
||
|
"pagePath": "pages/cart",
|
||
|
"iconPath": "static/images/tabbar/cart.png",
|
||
|
"selectedIconPath": "static/images/tabbar/cartHL.png",
|
||
|
"text": "购物车"
|
||
|
},
|
||
|
{
|
||
|
"pagePath": "pages/user",
|
||
|
"iconPath": "static/images/tabbar/user.png",
|
||
|
"selectedIconPath": "static/images/tabbar/userHL.png",
|
||
|
"text": "我的"
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
"preloadRule": {},
|
||
|
"sitemapLocation": "sitemap.json",
|
||
|
"permission": {
|
||
|
"scope.userLocation": {
|
||
|
"desc": "演示定位能力"
|
||
|
}
|
||
|
},
|
||
|
"usingComponents": {}
|
||
|
}
|