|
@@ -1,15 +1,13 @@
|
|
|
{
|
|
|
"pages": [
|
|
|
+ "pages/login/login",
|
|
|
"pages/index/index",
|
|
|
"pages/paiming/paiming",
|
|
|
"pages/personInfo/personInfo",
|
|
|
"pages/finishInfo/finishInfo",
|
|
|
"pages/updatepassword/updatepassword",
|
|
|
- "pages/login/login",
|
|
|
-
|
|
|
- "pages/visitandinfo/visitandinfo",
|
|
|
|
|
|
-
|
|
|
+ "pages/visitandinfo/visitandinfo",
|
|
|
"pages/collectInfo/collectInfo"
|
|
|
],
|
|
|
"window": {
|
|
@@ -63,26 +61,26 @@
|
|
|
"list": [{
|
|
|
"pagePath": "pages/index/index",
|
|
|
"text": "首页",
|
|
|
- "selectedIconPath": "./images/tabBar5.png",
|
|
|
- "iconPath": "/images/tabBar1.png"
|
|
|
+ "selectedIconPath": "/images/tabbar5.png",
|
|
|
+ "iconPath": "/images/tabbar1.png"
|
|
|
},
|
|
|
{
|
|
|
"pagePath": "pages/collectInfo/collectInfo",
|
|
|
"text": "采集",
|
|
|
- "selectedIconPath": "./images/tabBar6.png",
|
|
|
- "iconPath": "/images/tabBar2.png"
|
|
|
+ "selectedIconPath": "./images/tabbar6.png",
|
|
|
+ "iconPath": "./images/tabbar2.png"
|
|
|
},
|
|
|
{
|
|
|
"pagePath": "pages/visitandinfo/visitandinfo",
|
|
|
"text": "巡访",
|
|
|
- "selectedIconPath": "./images/tabBar7.png",
|
|
|
- "iconPath": "./images/tabBar3.png"
|
|
|
+ "selectedIconPath": "./images/tabbar7.png",
|
|
|
+ "iconPath": "./images/tabbar3.png"
|
|
|
},
|
|
|
{
|
|
|
"pagePath": "pages/personInfo/personInfo",
|
|
|
"text": "我的",
|
|
|
- "selectedIconPath": "./images/tabBar8.png",
|
|
|
- "iconPath": "./images/tabBar4.png"
|
|
|
+ "selectedIconPath": "./images/tabbar8.png",
|
|
|
+ "iconPath": "./images/tabbar4.png"
|
|
|
}
|
|
|
|
|
|
]
|