| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192 |
- {
- "pages": [
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "首页",
- "navigationStyle": "custom",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/personal/index",
- "style": {
- "navigationBarTitleText": "个人中心",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/numberOfDiners/index",
- "style": {
- "navigationBarTitleText": "扫码点餐"
- }
- },
- {
- "path": "pages/webview/index",
- "style": {
- "navigationBarTitleText": "",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/orderFood/index",
- "style": {
- "navigationBarTitleText": "点餐"
- }
- },
- {
- "path": "pages/foodDetail/index",
- "style": {
- "navigationBarTitleText": "菜品详情",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/placeOrder/index",
- "style": {
- "navigationBarTitleText": "确认订单"
- }
- },
- {
- "path": "pages/result/index",
- "style": {
- "navigationBarTitleText": ""
- }
- },
- {
- "path": "pages/personal/userInfo",
- "style": {
- "navigationBarTitleText": "个人信息"
- }
- },
- {
- "path": "pages/personal/setPhone",
- "style": {
- "navigationBarTitleText": "个人信息"
- }
- },
- {
- "path": "pages/orderInfo/index",
- "style": {
- "navigationBarTitleText": "订单详情"
- }
- },
- {
- "path": "pages/orderInfo/orderDetail",
- "style": {
- "navigationBarTitleText": "订单详情"
- }
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "",
- "navigationBarBackgroundColor": "#ffffff",
- "backgroundColor": "#F8F8F8",
- "app-plus": {
- "background": "#efeff4"
- },
- "usingComponents": {},
- "plugins": {}
- }
- }
|