| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- {
- "pages": [{
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "智慧校园公寓"
- }
- },
- {
- "path": "pages/myself/myself",
- "style": {
- "navigationBarTitleText": "我的"
- }
- },
- {
- "path": "pages/order_room/order_room",
- "style": {
- "navigationBarTitleText": "填写订单"
- }
- },
- {
- "path": "pages/my_orderlist/my_orderlist",
- "style": {
- "navigationBarTitleText": "我的订单"
- }
- },
- {
- "path": "pages/order_mark/order_mark",
- "style": {
- "navigationBarTitleText": "订单详情"
- }
- },
- {
- "path": "pages/ruzhuxuzhi/ruzhuxuzhi",
- "style":{
- "navigationBarTitleText": "入住须知"
- }
- },
- {
- "path": "pages/gongyuxiangqing/gongyuxiangqing",
- "style":{
- "navigationBarTitleText": "公寓详情"
- }
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#FFFFFF",
- "backgroundColor": "#FFFFFF",
- "app-plus": {
- "background": "#efeff4"
- }
- },
- "tabBar": {//底部导航
- "color": "#7A7E83",
- "selectedColor": "#296DE3",
- "borderStyle": "black",
- "backgroundColor": "#ffffff",
- "list": [{
- "pagePath": "pages/index/index",
- "iconPath": "static/tabbar/apartment.svg",
- "selectedIconPath": "static/tabbar/apart_dian.svg",//选中时的图片路径
- "text": "公寓"
- }, {
- "pagePath": "pages/myself/myself",
- "iconPath": "static/tabbar/myself.svg",
- "selectedIconPath": "static/tabbar/myself_dian.svg",
- "text": "我的"
- }]
- }
- }
|