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.
 
 
 
 

283 lines
5.8 KiB

{
"pages": [ //pageshttps://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "uni-app",
"app-plus":{
"titleNView":false
}
}
},
{
"path": "pages/index/search",
"style": {
"app-plus":{
"titleNView":false
}
}
},
{
"path": "pages/category/index",
"style": {
"app-plus":{
"titleNView":false
}
}
},
{
"path": "pages/account/index",
"style": {
"app-plus":{
"titleNView":false
}
}
},
{
"path": "pages/account/myProfile",
"style": {
"navigationBarTitleText": "My Profile",
"navigationBarBackgroundColor":"#FFFFFF"
}
},
{
"path": "pages/account/settings",
"style": {
"navigationBarTitleText": "Settings",
"navigationBarBackgroundColor":"#FFFFFF"
}
},
{
"path": "pages/account/wishlist",
"style": {
"titleNView":false
}
},
{
"path": "pages/account/favorites",
"style": {
"titleNView":false
}
},
{
"path": "pages/account/message",
"style": {
"titleNView":false
}
},
{
"path": "pages/login/index",
"style": {
"titleNView":false
}
},
{
"path": "pages/login/verifyEmail",
"style": {
"navigationBarTitleText": "Verify Email Address",
"navigationBarBackgroundColor":"#FFFFFF"
}
},
{
"path": "pages/login/changePwd",
"style": {
"navigationBarTitleText": "Change Password",
"navigationBarBackgroundColor":"#FFFFFF"
}
},
{
"path": "pages/account/myOrders",
"style": {
"navigationBarTitleText": "My orders",
"navigationBarBackgroundColor":"#FFFFFF"
}
},
{
"path": "pages/order/confirmation",
"style": {
"navigationBarTitleText": "0rder Confirmation",
"navigationBarBackgroundColor":"#FFFFFF"
}
},
{
"path": "pages/account/myCoupons",
"style": {
"titleNView":false
}
},
{
"path": "pages/index/pickUpCentre",
"style": {
"titleNView":false
}
},
{
"path": "pages/order/paySuccess",
"style": {
"navigationBarTitleText": "Pay success",
"navigationBarBackgroundColor":"#FFFFFF",
"enablePullDownRefresh":true
}
},
{
"path": "pages/account/address",
"style": {
"navigationBarTitleText": "Shipping Address",
"navigationBarBackgroundColor":"#FFFFFF"
}
},
{
"path": "pages/account/addAddress",
"style": {
"navigationBarTitleText": "Shipping Address",
"navigationBarBackgroundColor":"#FFFFFF"
}
},
{
"path": "pages/account/pointsDetails",
"style": {
"titleNView":false,
"enablePullDownRefresh":true
}
},
{
"path": "pages/order/details",
"style": {
"navigationBarTitleText": "Order details",
"navigationBarBackgroundColor":"#FFFFFF"
// "app-plus": {
// "titleNView": {
// "splitLine":{
// "color":"#F6F5FA",
// "height":"5px"
// }
// }
// }
}
},
{
"path": "pages/order/logisticsDetails",
"style": {
"navigationBarTitleText": "Logistics details",
"navigationBarBackgroundColor":"#FFFFFF"
}
},
{
"path": "pages/order/refund",
"style": {
"navigationBarTitleText": "Refund",
"navigationBarBackgroundColor":"#FFFFFF"
}
},
{
"path": "pages/order/refundDetails",
"style": {
"navigationBarTitleText": "Refund Details",
"navigationBarBackgroundColor":"#FFFFFF"
}
},
// {
// "path": "pages/category/productList",
// "style": {
// "titleNView":false,
// "enablePullDownRefresh":true
// }
// },
{
"path": "pages/shippingCart/index",
"style": {
"titleNView":false,
"enablePullDownRefresh":true
}
},
{
"path": "pages/productDetails/index",
"style": {
"titleNView":false
}
},
{
"path": "pages/account/myReview",
"style": {
"navigationBarTitleText": "My Review",
"navigationBarBackgroundColor":"#FFFFFF"
}
},
{
"path": "pages/productDetails/review",
"style": {
"titleNView":false
}
},
{
"path": "pages/index/flashSale",
"style": {
"titleNView":false
}
}
,{
"path" : "pages/category/pets",
"style" :
{
"navigationBarTitleText": "",
"navigationStyle":"custom",
"enablePullDownRefresh": true
}
},
{
"path" : "pages/account/changeImg",
"style" :
{
"navigationStyle":"custom",
"enablePullDownRefresh": false
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "DOPE PLUS",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"tabBar": {
"borderStyle": "black",
"backgroundColor": "#FFFFFF",
"color": "#999999",
"selectedColor": "#000000",
"height":"60px",
"midButton":{
"width": "80px",
"height":"70px",
"iconWidth":"60px",
"iconPath":"static/img/tabbar_img.png"
},
"list": [{
"pagePath": "pages/index/index",
"iconPath": "static/img/home.png",
"selectedIconPath": "static/img/home1.png",
"text": "Home"
},
{
"pagePath": "pages/category/index",
"iconPath": "static/img/Category.png",
"selectedIconPath": "static/img/Category1.png",
"text": "Category"
},
{
"pagePath": "pages/shippingCart/index",
"iconPath": "static/img/Cart.png",
"selectedIconPath": "static/img/cart1.png",
"text": "Cart"
},
{
"pagePath": "pages/account/index",
"iconPath": "static/img/Account.png",
"selectedIconPath": "static/img/Account1.png",
"text": "Account"
}
]
}
}