123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293 |
- {
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "首页",
- "app-plus": {
- "titleNView": false
- }
- }
- },
- {
- "path": "pages/index/wechat",
- "style": {
- "navigationBarTitleText": "登录",
- "app-plus": {
- "titleNView": false
- }
- }
- },
- {
- "path": "pages/index/order",
- "style": {
- "navigationBarTitleText": "确认订单",
- "app-plus": {
- "titleNView": false
- }
- }
- },
- {
- "path": "pages/user/index",
- "style": {
- "navigationBarTitleText": "我的",
- "app-plus": {
- "titleNView": false
- }
- }
- },
- {
- "path": "pages/address/index",
- "style": {
- "navigationBarTitleText": "收货地址",
- "enablePullDownRefresh": true,
- "app-plus": {
- "titleNView": false
- }
- }
- },
- {
- "path": "pages/address/select",
- "style": {
- "navigationBarTitleText": "选择收货地址",
- "app-plus": {
- "titleNView": false
- }
- }
- },
- {
- "path": "pages/address/add",
- "style": {
- "navigationBarTitleText": "新增收货地址",
- "app-plus": {
- "titleNView": false
- }
- }
- },
- {
- "path": "pages/order/index",
- "style": {
- "navigationBarTitleText": "我的订单",
- "enablePullDownRefresh": true,
- "app-plus": {
- "titleNView": false
- }
- }
- },
- {
- "path": "pages/order/detail",
- "style": {
- "navigationBarTitleText": "订单详情",
- "app-plus": {
- "titleNView": false
- }
- }
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "white",
- "navigationBarTitleText": "柏森点餐",
- "navigationBarBackgroundColor": "#50ACF9",
- "backgroundColor": "#50ACF9"
- }
- }
|