| | |
| | | import websocket from "./websocket.js" |
| | | import positions from "./positions.js" |
| | | const state = { |
| | | loging: false, |
| | | message: { |
| | |
| | | avatar: "../../static/logo.png", |
| | | UserData: {}, |
| | | tabbar: [{ |
| | | pagePath: "/pages/home/home", |
| | | text: "首页", |
| | | iconPath: "/static/tabbar/index01.png", |
| | | selectedIconPath: "/static/tabbar/index02.png" |
| | | }, |
| | | { |
| | | pagePath: "/pages/article/article", |
| | | text: "资讯", |
| | | iconPath: "/static/tabbar/article.png", |
| | | selectedIconPath: "/static/tabbar/articleH.png" |
| | | }, |
| | | { |
| | | pagePath: "/pages/issue/issue", |
| | | iconPath: "/static/tabbar/addIcon.png", |
| | | selectedIconPath: "/static/tabbar/addSelectedIcon.png", |
| | | text: "发布", |
| | | midButton: true, |
| | | }, |
| | | { |
| | | pagePath: "/pages/business/business", |
| | | text: "工作台", |
| | | iconPath: "/static/tabbar/workbench.png", |
| | | selectedIconPath: "/static/tabbar/workbenchH.png" |
| | | }, |
| | | { |
| | | pagePath: "/pages/myself/myself", |
| | | text: "我的", |
| | | iconPath: "/static/tabbar/my.png", |
| | | selectedIconPath: "/static/tabbar/my-blue.png" |
| | | } |
| | | pagePath: "/pages/home/home", |
| | | text: "首页", |
| | | iconPath: "/static/tabbar/index01.png", |
| | | selectedIconPath: "/static/tabbar/index02.png" |
| | | }, |
| | | { |
| | | pagePath: "/pages/article/article", |
| | | text: "资讯", |
| | | iconPath: "/static/tabbar/article.png", |
| | | selectedIconPath: "/static/tabbar/articleH.png" |
| | | }, |
| | | { |
| | | pagePath: "/pages/issue/issue", |
| | | iconPath: "/static/tabbar/addIcon.png", |
| | | selectedIconPath: "/static/tabbar/addSelectedIcon.png", |
| | | text: "发布", |
| | | midButton: true, |
| | | }, |
| | | { |
| | | pagePath: "/pages/business/business", |
| | | text: "工作台", |
| | | iconPath: "/static/tabbar/workbench.png", |
| | | selectedIconPath: "/static/tabbar/workbenchH.png" |
| | | }, |
| | | { |
| | | pagePath: "/pages/myself/myself", |
| | | text: "我的", |
| | | iconPath: "/static/tabbar/my.png", |
| | | selectedIconPath: "/static/tabbar/my-blue.png" |
| | | } |
| | | ], |
| | | gotuGrabOrders: false |
| | | gotuGrabOrders: false, |
| | | ...websocket.state, |
| | | ...positions.state |
| | | } |
| | | |
| | | export default state |