| | |
| | | puserID: '', |
| | | puserIphone:'', |
| | | avatar:"../../static/logo.png", |
| | | UserData: {} |
| | | UserData: {}, |
| | | tabbar:[{ |
| | | iconPath: "/static/tabbar/index01.png", |
| | | selectedIconPath: "/static/tabbar/index02.png", |
| | | text: '首页', |
| | | |
| | | pagePath: "/pages/home/home" |
| | | }, |
| | | { |
| | | iconPath: "/static/tabbar/article.png", |
| | | selectedIconPath: "/static/tabbar/articleH.png", |
| | | text: '资讯', |
| | | pagePath: "/pages/article/article" |
| | | }, |
| | | { |
| | | iconPath: "/static/tabbar/workbench.png", |
| | | selectedIconPath: "/static/tabbar/workbenchH.png", |
| | | text: '工作台', |
| | | count: 2, |
| | | isDot: false, |
| | | pagePath: "/pages/business/business" |
| | | }, |
| | | { |
| | | iconPath: "/static/tabbar/my.png", |
| | | selectedIconPath: "/static/tabbar/my-blue.png", |
| | | text: '我的', |
| | | pagePath: "/pages/myself/myself" |
| | | }, |
| | | ] |
| | | } |
| | | |
| | | export default state |