This commit is contained in:
SelfRidicule 2024-08-21 11:40:44 +08:00
parent ad39807c40
commit bc141d776c

View File

@ -22,18 +22,18 @@ Page({
img: "/profile/static/repair/index/query.png", img: "/profile/static/repair/index/query.png",
path: "/pages/reportRepair/query/record/record", path: "/pages/reportRepair/query/record/record",
visible: true visible: true
}, {
type: "repair",
name: "维修入口",
img: "/profile/static/repair/index/repair.png",
path: "/pages/reportRepair/repair/index/index",
visible: false
}, { }, {
type: "assign", type: "assign",
name: "派单入口", name: "派单入口",
img: "/profile/static/repair/index/case.png", img: "/profile/static/repair/index/case.png",
path: "/pages/reportRepair/assign/record/record", path: "/pages/reportRepair/assign/record/record",
visible: false visible: false
}, {
type: "repair",
name: "维修入口",
img: "/profile/static/repair/index/repair.png",
path: "/pages/reportRepair/repair/index/index",
visible: false
}] }]
}, },
@ -60,7 +60,7 @@ Page({
}) })
} else { } else {
app.vantNotifyErrTop(Notify, `"${obj.name}"无权限访问!`) app.vantNotifyErrTop(Notify, `"${obj.name}"无权限访问!`)
return return
} }
}, },