|
|
|
@ -2,13 +2,8 @@ |
|
|
|
const ordinary = [{ |
|
|
|
const ordinary = [{ |
|
|
|
iconPath: "photo", |
|
|
|
iconPath: "photo", |
|
|
|
selectedIconPath: "photo-fill", |
|
|
|
selectedIconPath: "photo-fill", |
|
|
|
text: "接单记录", |
|
|
|
text: "工作台", |
|
|
|
pagePath: "/pages/submission/records", |
|
|
|
pagePath: "/pages/home/index", |
|
|
|
}, { |
|
|
|
|
|
|
|
iconPath: "setting", |
|
|
|
|
|
|
|
selectedIconPath: "setting-fill", |
|
|
|
|
|
|
|
text: "巡检任务", |
|
|
|
|
|
|
|
pagePath: "/pages/inspection/quest", |
|
|
|
|
|
|
|
},{ |
|
|
|
},{ |
|
|
|
iconPath: "account", |
|
|
|
iconPath: "account", |
|
|
|
selectedIconPath: "account-fill", |
|
|
|
selectedIconPath: "account-fill", |
|
|
|
@ -38,13 +33,8 @@ const member = [{ |
|
|
|
const manage = [{ |
|
|
|
const manage = [{ |
|
|
|
iconPath: "photo", |
|
|
|
iconPath: "photo", |
|
|
|
selectedIconPath: "photo-fill", |
|
|
|
selectedIconPath: "photo-fill", |
|
|
|
text: "接单记录", |
|
|
|
text: "工作台", |
|
|
|
pagePath: "/pages/submission/records", |
|
|
|
pagePath: "/pages/home/index", |
|
|
|
}, { |
|
|
|
|
|
|
|
iconPath: "setting", |
|
|
|
|
|
|
|
selectedIconPath: "setting-fill", |
|
|
|
|
|
|
|
text: "巡检任务", |
|
|
|
|
|
|
|
pagePath: "/pages/inspection/quest", |
|
|
|
|
|
|
|
}, { |
|
|
|
}, { |
|
|
|
iconPath: "account", |
|
|
|
iconPath: "account", |
|
|
|
selectedIconPath: "account-fill", |
|
|
|
selectedIconPath: "account-fill", |
|
|
|
@ -55,13 +45,8 @@ const manage = [{ |
|
|
|
const repair = [{ |
|
|
|
const repair = [{ |
|
|
|
iconPath: "photo", |
|
|
|
iconPath: "photo", |
|
|
|
selectedIconPath: "photo-fill", |
|
|
|
selectedIconPath: "photo-fill", |
|
|
|
text: "维修任务", |
|
|
|
text: "工作台", |
|
|
|
pagePath: "/pages/submission/records", |
|
|
|
pagePath: "/pages/home/index", |
|
|
|
}, { |
|
|
|
|
|
|
|
iconPath: "setting", |
|
|
|
|
|
|
|
selectedIconPath: "setting-fill", |
|
|
|
|
|
|
|
text: "巡检任务", |
|
|
|
|
|
|
|
pagePath: "/pages/inspection/quest", |
|
|
|
|
|
|
|
},{ |
|
|
|
},{ |
|
|
|
iconPath: "account", |
|
|
|
iconPath: "account", |
|
|
|
selectedIconPath: "account-fill", |
|
|
|
selectedIconPath: "account-fill", |
|
|
|
|