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",
path: "/pages/reportRepair/query/record/record",
visible: true
}, {
type: "repair",
name: "维修入口",
img: "/profile/static/repair/index/repair.png",
path: "/pages/reportRepair/repair/index/index",
visible: false
}, {
type: "assign",
name: "派单入口",
img: "/profile/static/repair/index/case.png",
path: "/pages/reportRepair/assign/record/record",
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 {
app.vantNotifyErrTop(Notify, `"${obj.name}"无权限访问!`)
return
return
}
},