@@ -48,7 +48,7 @@ Page({
break; */
default:
let arr = item.path.split("/");
- arr[arr.length - 1] = ["sys_attachment"].includes(item.objectname) ? 'index' : 'detail';
+ arr[arr.length - 1] = ["sat_submiteditmodel", "sat_noticeids", "sat_sharematerial"].includes(item.objectname) ? 'details' : ["sys_attachment"].includes(item.objectname) ? 'index' : 'detail';
item.path = arr.join("/");
break;
}
@@ -55,7 +55,7 @@ function gettool() {
name: "通告",
path: "/pages/annunciate/index",
icon: "work-a-shouyejingangqutonggao",
- objectname: "sat_notice"
+ objectname: "sat_noticeids"
}, {
name: "营销物料",
path: "/pages/mediaLibrary/index",