|
@@ -146,25 +146,25 @@
|
|
"height": "220px",
|
|
"height": "220px",
|
|
"list": [{
|
|
"list": [{
|
|
"pagePath": "pages/index/index",
|
|
"pagePath": "pages/index/index",
|
|
- "iconPath": "static/img/tabBar1.png",
|
|
|
|
- "selectedIconPath": "static/img/tabBar1_s.png",
|
|
|
|
|
|
+ "iconPath": "/static/img/tabBar1.png",
|
|
|
|
+ "selectedIconPath": "/static/img/tabBar1_s.png",
|
|
"text": "首页"
|
|
"text": "首页"
|
|
}
|
|
}
|
|
, {
|
|
, {
|
|
"pagePath": "pages/shoppingMall/shoppingMall",
|
|
"pagePath": "pages/shoppingMall/shoppingMall",
|
|
- "iconPath": "static/img/tabBar2.png",
|
|
|
|
- "selectedIconPath": "static/img/tabBar2_s.png",
|
|
|
|
|
|
+ "iconPath": "/static/img/tabBar2.png",
|
|
|
|
+ "selectedIconPath": "/static/img/tabBar2_s.png",
|
|
"text": "商城"
|
|
"text": "商城"
|
|
}
|
|
}
|
|
, {
|
|
, {
|
|
"pagePath": "pages/knapsack/knapsack",
|
|
"pagePath": "pages/knapsack/knapsack",
|
|
- "iconPath": "static/img/tabBar3.png",
|
|
|
|
- "selectedIconPath": "static/img/tabBar3_s.png",
|
|
|
|
|
|
+ "iconPath": "/static/img/tabBar3.png",
|
|
|
|
+ "selectedIconPath": "/static/img/tabBar3_s.png",
|
|
"text": "背包"
|
|
"text": "背包"
|
|
}, {
|
|
}, {
|
|
"pagePath": "pages/mine/mine",
|
|
"pagePath": "pages/mine/mine",
|
|
- "iconPath": "static/img/tabBar4.png",
|
|
|
|
- "selectedIconPath": "static/img/tabBar4_s.png",
|
|
|
|
|
|
+ "iconPath": "/static/img/tabBar4.png",
|
|
|
|
+ "selectedIconPath": "/static/img/tabBar4_s.png",
|
|
"text": "我的"
|
|
"text": "我的"
|
|
}]
|
|
}]
|
|
}
|
|
}
|