|
|
@@ -1325,6 +1325,9 @@ const processIframeLinks = async () => {
|
|
|
const targetDomain = `cocorobo.${currentVersion}`
|
|
|
iframeSrc = iframeSrc.replace(versionMap[currentVersion], targetDomain)
|
|
|
|
|
|
+ if (iframeSrc.includes('setWorkPage')) {
|
|
|
+ iframeSrc = iframeSrc.replace(/setWorkPage/g, 'workPage')
|
|
|
+ }
|
|
|
|
|
|
if (iframeSrc.includes('workPage')) {
|
|
|
hasIframe = true
|