|
|
@@ -1,5 +1,8 @@
|
|
|
{
|
|
|
"pages": [
|
|
|
+ // #ifdef APP-PLUS
|
|
|
+ {"path": "admin/billing/pda","style": {"navigationBarTitleText": "开单","enablePullDownRefresh": true}},
|
|
|
+ // #endif
|
|
|
{"path": "admin/home/workbench","style": {"navigationBarTitleText": "","enablePullDownRefresh": true}},
|
|
|
{"path": "admin/home/result","style": {"navigationBarTitleText": "","enablePullDownRefresh": true}},
|
|
|
{"path": "admin/home/callback","style": {"navigationBarTitleText": "","enablePullDownRefresh": true}},
|
|
|
@@ -574,6 +577,7 @@
|
|
|
"onReachBottomDistance": 300
|
|
|
},
|
|
|
"tabBar": {
|
|
|
+ // #ifdef MP-WEIXIN
|
|
|
"color": "#C0C4CC",
|
|
|
"selectedColor": "#3385FF",
|
|
|
"borderStyle": "black",
|
|
|
@@ -610,5 +614,6 @@
|
|
|
"text": "我的"
|
|
|
}
|
|
|
]
|
|
|
+ // #endif
|
|
|
}
|
|
|
}
|