|
@@ -1,7 +1,7 @@
|
|
|
{
|
|
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
|
|
{
|
|
|
- "path": "pages/tabBar/statistics/index",
|
|
|
+ "path": "pages/distinguish/index",
|
|
|
"style": {
|
|
|
"navigationBarTitleText": "",
|
|
|
"enablePullDownRefresh":true,
|
|
@@ -43,11 +43,6 @@
|
|
|
"borderStyle": "black",
|
|
|
"backgroundColor": "#ffffff",
|
|
|
"list": [{
|
|
|
- "pagePath": "pages/tabBar/statistics/index",
|
|
|
- "iconPath": "static/icon-estrch@2x.png",
|
|
|
- "selectedIconPath": "static/icon-estrch-active@2x.png",
|
|
|
- "text": "统计"
|
|
|
- },{
|
|
|
"pagePath": "pages/tabBar/order/index",
|
|
|
"iconPath": "static/icon-order@2x.png",
|
|
|
"selectedIconPath": "static/icon-order-active@2x.png",
|