枕头定制小程序项目
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.
 
 
 
 
 

292 lines
6.6 KiB

{
// "leftWindow": {
// "path": "windows/left-window.vue",
// "style": {
// "width": "350px"
// }
// },
"topWindow": {
"path": "windows/top-window.vue",
"style": {
"height": "60px"
}
},
"pages": [
// pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/pages_zhentou/homePage/homePage",
"style": {
"navigationBarTitleText": "首页",
"app-plus": {
"bounce": "vertical",
"titleNView": {
// "buttons": [{
// "text": "\ue534",
// "fontSrc": "/static/uni.ttf",
// "fontSize": "22px",
// "color": "#FFFFFF"
// }]
}
}
}
},
// {
// "path": "pages/tabBar/form/form",
// "style": {
// "navigationBarTitleText": "自定义表单",
// "app-plus": {
// "bounce": "vertical",
// "titleNView": {
// "buttons": [{
// "text": "\ue534",
// "fontSrc": "/static/uni.ttf",
// "fontSize": "22px",
// "color": "#FFFFFF"
// }]
// }
// }
// }
// },
{
"path": "pages/pages_zhentou/order/order",
"style": {
"navigationBarTitleText": "订单",
"app-plus": {
"titleNView": {
// "buttons": [{
// "text": "\ue534",
// "fontSrc": "/static/uni.ttf",
// "fontSize": "22px",
// "color": "#FFFFFF"
// }]
}
}
}
},
{
"path": "pages/pages_zhentou/myPage/myPage",
"style": {
"navigationBarTitleText": "我的",
"app-plus": {
"titleNView": {
// "buttons": [{
// "text": "\ue534",
// "fontSrc": "/static/uni.ttf",
// "fontSize": "22px",
// "color": "#FFFFFF"
// }]
}
}
}
},
{
"path": "pages/pages_zhentou/form/form",
"style": {
"navigationBarTitleText": "报名单",
"app-plus": {
"titleNView": {
// "buttons": [{
// "text": "\ue534",
// "fontSrc": "/static/uni.ttf",
// "fontSize": "22px",
// "color": "#FFFFFF"
// }]
}
}
}
},
{
"path": "pages/pages_zhentou/myPage/address",
"style": {
"navigationBarTitleText": "收货地址",
"app-plus": {
"titleNView": {
// "buttons": [{
// "text": "\ue534",
// "fontSrc": "/static/uni.ttf",
// "fontSize": "22px",
// "color": "#FFFFFF"
// }]
}
}
}
},
{
"path": "pages/pages_zhentou/order/checkOrder",
"style": {
"navigationBarTitleText": "查看订单",
"app-plus": {
"titleNView": {
// "buttons": [{
// "text": "\ue534",
// "fontSrc": "/static/uni.ttf",
// "fontSize": "22px",
// "color": "#FFFFFF"
// }]
}
}
}
},
{
"path": "pages/pages_zhentou/order/express",
"style": {
"navigationBarTitleText": "物流信息",
"app-plus": {
"titleNView": {
// "buttons": [{
// "text": "\ue534",
// "fontSrc": "/static/uni.ttf",
// "fontSize": "22px",
// "color": "#FFFFFF"
// }]
}
}
}
},
{
"path": "pages/pages_zhentou/contact/contact",
"style": {
"navigationBarTitleText": "售后服务",
"app-plus": {
"titleNView": {
// "buttons": [{
// "text": "\ue534",
// "fontSrc": "/static/uni.ttf",
// "fontSize": "22px",
// "color": "#FFFFFF"
// }]
}
}
}
},
{
"path": "pages/pages_zhentou/order/confirmOrder",
"style": {
"navigationBarTitleText": "提交订单",
"app-plus": {
"titleNView": {
// "buttons": [{
// "text": "\ue534",
// "fontSrc": "/static/uni.ttf",
// "fontSize": "22px",
// "color": "#FFFFFF"
// }]
}
}
}
}
],
// "subPackages": [{
// "root": "pages/API",
// "pages": [{
// "path": "login/login",
// "style": {
// "navigationBarTitleText": "授权登录"
// }
// },
// {
// "path": "get-user-info/get-user-info",
// "style": {
// "navigationBarTitleText": "获取用户信息"
// }
// },
// {
// "path": "request-payment/request-payment",
// "style": {
// "navigationBarTitleText": "发起支付"
// }
// },
// {
// "path": "share/share",
// "style": {
// "navigationBarTitleText": "分享"
// }
// },
// {
// "path": "set-navigation-bar-title/set-navigation-bar-title",
// "style": {
// "navigationBarTitleText": "设置界面标题"
// }
// },
// {
// "path": "show-loading/show-loading",
// "style": {
// "navigationBarTitleText": "加载提示框"
// }
// },
// {
// "path": "navigator/navigator",
// "style": {
// "navigationBarTitleText": "页面跳转"
// }
// },
// {
// "path": "navigator/new-page/new-vue-page-1",
// "style": {
// "navigationBarTitleText": "新VUE页面1"
// }
// },
// {
// "path": "navigator/new-page/new-vue-page-2",
// "style": {
// "navigationBarTitleText": "新VUE页面2"
// }
// },
// ]
// },
// ],
"globalStyle": {
"pageOrientation": "portrait",
"navigationBarTitleText": "Hello uniapp",
"navigationBarTextStyle": "white",
"navigationBarBackgroundColor": "#007AFF",
"backgroundColor": "#F8F8F8",
"backgroundColorTop": "#F4F5F6",
"backgroundColorBottom": "#F4F5F6",
"mp-360": {
"navigationStyle": "custom"
},
"h5": {
"maxWidth": 1190,
"navigationBarTextStyle": "black",
"navigationBarBackgroundColor": "#F1F1F1"
}
}
// "tabBar": {
// "color": "#7A7E83",
// "selectedColor": "#007AFF",
// "borderStyle": "black",
// "backgroundColor": "#F8F8F8",
// "list": [
// {
// "pagePath": "pages/pages_zhentou/homePage/homePage",
// // "iconPath": "static/component.png",
// // "selectedIconPath": "static/componentHL.png",
// "text": "首页"
// },
// // {
// // "pagePath": "pages/tabBar/form/form",
// // "iconPath": "static/api.png",
// // "selectedIconPath": "static/apiHL.png",
// // "text": "自定义表单"
// // },
// {
// "pagePath": "pages/pages_zhentou/order/order",
// // "iconPath": "static/api.png",
// // "selectedIconPath": "static/apiHL.png",
// "text": "订单"
// }, {
// "pagePath": "pages/pages_zhentou/form/form",
// // "iconPath": "static/extui.png",
// // "selectedIconPath": "static/extuiHL.png",
// "text": "报名单"
// }, {
// "pagePath": "pages/pages_zhentou/myPage/myPage",
// // "iconPath": "static/template.png",
// // "selectedIconPath": "static/templateHL.png",
// "text": "我的"
// }
// ]
// }
}