| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157 |
- {
- "pages": [{
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "智慧校园公寓",
- "navigationStyle": "custom",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/myself/myself",
- "style": {
- "navigationBarTitleText": "我的",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/order_room/order_room",
- "style": {
- "navigationBarTitleText": "填写订单",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/my_orderlist/my_orderlist",
- "style": {
- "navigationBarTitleText": "我的订单",
- "navigationStyle": "custom",
- "enablePullDownRefresh":true,//下拉刷新
- "onReachBottomDistance": 150//上拉触底的距离
- }
- },
- {
- "path": "pages/liuchengTeacher/liu_teach",
- "style": {
- "navigationBarTitleText": "流程管理",
- "navigationStyle": "custom",
- "enablePullDownRefresh":true,//下拉刷新
- "onReachBottomDistance": 150//上拉触底的距离
- }
- },
- {
- "path": "pages/liuchengTeacher/detail/teach_detail",
- "style": {
- "navigationBarTitleText": "详情",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/liuchengO/liu_other",
- "style": {
- "navigationBarTitleText": "流程管理",
- "navigationStyle": "custom",
- "enablePullDownRefresh":true,//下拉刷新
- "onReachBottomDistance": 150//上拉触底的距离
- }
- },
- {
- "path": "pages/liuchengO/detail/teach_detail",
- "style": {
- "navigationBarTitleText": "详情",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/liuchengManger/liu_manage",
- "style": {
- "navigationBarTitleText": "流程管理",
- "navigationStyle": "custom",
- "enablePullDownRefresh":true,//下拉刷新
- "onReachBottomDistance": 150//上拉触底的距离
- }
- },
- {
- "path": "pages/liuchengManger/detail/teach_detail",
- "style": {
- "navigationBarTitleText": "详情",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/order_mark/order_mark",
- "style": {
- "navigationBarTitleText": "订单详情",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/ruzhuxuzhi/ruzhuxuzhi",
- "style":{
- "navigationBarTitleText": "入住须知",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/submit_order/submit_order",
- "style":{
- "navigationBarTitleText": ""
- }
- },
- {
- "path": "pages/zhifuchenggong/zhifuchenggong",
- "style":{
- "navigationBarTitleText": "支付成功",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/huoquanshibai/huoquanshibai",
- "style":{
- "navigationBarTitleText": "获权失败",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/huoquCode/huoquCode",
- "style":{
- "navigationBarTitleText": "获取code",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/gongyuxiangqing/gongyuxiangqing",
- "style":{
- "navigationBarTitleText": "公寓详情",
- "navigationStyle": "custom"
- }
- }
- ],
- "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": "我的"
- }]
- }
- }
|