|
|
@@ -64,38 +64,31 @@
|
|
|
"selectedColor" : "#667eea",
|
|
|
"backgroundColor" : "#ffffff",
|
|
|
"borderStyle" : "black",
|
|
|
- "list" : [
|
|
|
- {
|
|
|
- "pagePath" : "pages/index/index",
|
|
|
- "text" : "首页",
|
|
|
- "iconPath" : "static/tabbar-home.png",
|
|
|
- "selectedIconPath" : "static/tabbar-home-active.png"
|
|
|
- },
|
|
|
- {
|
|
|
- "pagePath" : "pages/customer/list",
|
|
|
- "text" : "客户",
|
|
|
- "iconPath" : "static/tabbar-customer.png",
|
|
|
- "selectedIconPath" : "static/tabbar-customer-active.png"
|
|
|
- },
|
|
|
- {
|
|
|
- "pagePath" : "pages/message/list",
|
|
|
- "text" : "消息",
|
|
|
- "iconPath" : "static/tabbar-message.png",
|
|
|
- "selectedIconPath" : "static/tabbar-message-active.png"
|
|
|
- },
|
|
|
- {
|
|
|
- "pagePath" : "pages/stats/index",
|
|
|
- "text" : "统计",
|
|
|
- "iconPath" : "static/tabbar-stats.png",
|
|
|
- "selectedIconPath" : "static/tabbar-stats-active.png"
|
|
|
- },
|
|
|
- {
|
|
|
- "pagePath" : "pages/mine/index",
|
|
|
- "text" : "我的",
|
|
|
- "iconPath" : "static/tabbar-mine.png",
|
|
|
- "selectedIconPath" : "static/tabbar-mine-active.png"
|
|
|
- }
|
|
|
- ]
|
|
|
+ "list" : [{
|
|
|
+ "pagePath": "pages/index/index",
|
|
|
+ "text": "首页",
|
|
|
+ "iconPath": "static/tabbar/tabbar-home.png",
|
|
|
+ "selectedIconPath": "static/tabbar/tabbar-home-active.png"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "pagePath": "pages/todos/index",
|
|
|
+ "text": "待办",
|
|
|
+ "iconPath": "static/tabbar/tabbar-todo.png",
|
|
|
+ "selectedIconPath": "static/tabbar/tabbar-todo-active.png"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "pagePath": "pages/message/index",
|
|
|
+ "text": "消息",
|
|
|
+ "iconPath": "static/tabbar/tabbar-message.png",
|
|
|
+ "selectedIconPath": "static/tabbar/tabbar-message-active.png"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "pagePath": "pages/mine/index",
|
|
|
+ "text": "我的",
|
|
|
+ "iconPath": "static/tabbar/tabbar-mine.png",
|
|
|
+ "selectedIconPath": "static/tabbar/tabbar-mine-active.png"
|
|
|
+ }
|
|
|
+ ]
|
|
|
}
|
|
|
},
|
|
|
"vueVersion" : "3"
|