|
|
@@ -1326,7 +1326,7 @@ const processIframeLinks = async () => {
|
|
|
iframeSrc = iframeSrc.replace(versionMap[currentVersion], targetDomain)
|
|
|
|
|
|
if (iframeSrc.includes('setWorkPage')) {
|
|
|
- iframeSrc = iframeSrc.replace(/setWorkPage/g, 'workPage')
|
|
|
+ iframeSrc = iframeSrc.replace(/setWorkPage/g, 'workPageNew')
|
|
|
}
|
|
|
|
|
|
if (iframeSrc.includes('workPage')) {
|