|
@@ -480,7 +480,7 @@
|
|
|
return getCheckPerm(val) || getCheckPerm(`${val}-${myType}`);
|
|
|
}
|
|
|
function handlegotoEdit(record) {
|
|
|
- window.open(`/mix3d/#/material/${record.caseId}`);
|
|
|
+ window.open(`/mix3d/#/home/${record.caseId}`);
|
|
|
// let url = record.webSite.replace('smg', 'epg');
|
|
|
// if (!record.editAuthTime || (record.editAuthTime && dayjs() < dayjs(record.editAuthTime))) {
|
|
|
// window.open(url);
|