// 工作台 const ordinary = [{ iconPath: "photo", selectedIconPath: "photo-fill", text: "接单记录", pagePath: "pages/order/tasking", }, { iconPath: "account", selectedIconPath: "account-fill", text: "我的", pagePath: "pages/my/my", }] const member = [{ iconPath: "photo", selectedIconPath: "photo-fill", text: "工作台", pagePath: "pages/home/index", }, { iconPath: "https://cdn.uviewui.com/uview/common/min_button.png", selectedIconPath: "https://cdn.uviewui.com/uview/common/min_button_select.png", text: "一键报送", pagePath: "pages/submission/index", }, { iconPath: "account", selectedIconPath: "account-fill", text: "我的", pagePath: "pages/my/my", }, ] export default { ordinary, member }