From df5aa8087c2c7328dc4188f05d762c8df1f0b07a Mon Sep 17 00:00:00 2001 From: buli <137736985@qq.com> Date: 星期二, 18 七月 2023 09:19:12 +0800 Subject: [PATCH] changeorg --- force-app/main/default/experiences/Consumable_21/config/mainAppPage.json | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-) diff --git a/force-app/main/default/experiences/Consumable_21/config/mainAppPage.json b/force-app/main/default/experiences/Consumable_21/config/mainAppPage.json index 1966643..e416a34 100644 --- a/force-app/main/default/experiences/Consumable_21/config/mainAppPage.json +++ b/force-app/main/default/experiences/Consumable_21/config/mainAppPage.json @@ -1,10 +1,10 @@ { - "cmsSettings": {}, - "currentThemeId": "edb413a4-972c-45c8-b42e-425feb9ae035", - "headMarkup": "<script>\n var homeWindowLocation = '/consumable2/s/';\n var reportwindowLocation = 'report'\n window.onload = function() {\n console.log('URL' +window.location.pathname);\n if(homeWindowLocation ==window.location.pathname ){\n console.log('refresh dashboard');\n setTimeout(\n function() {\n let refreshButtonElement = document.getElementsByTagName('iframe')[0].contentWindow.document.getElementsByTagName('button')[0];\n console.log('Refresh:'+refreshButtonElement);\n refreshButtonElement.click();\n }, 10000);\n }\n\t};\n\t\n</script>", - "id": "928a593f-f341-403e-8346-df32afe29b52", - "isRelaxedCSPLevel": true, - "label": "main", - "templateName": "PRM Community Template", - "type": "appPage" + "cmsSettings": {}, + "currentThemeId": "edb413a4-972c-45c8-b42e-425feb9ae035", + "headMarkup": "<script>\n var homeWindowLocation = '/consumable2/s/';\n var reportwindowLocation = 'report'\n window.onload = function() {\n console.log('URL' +window.location.pathname);\n if(homeWindowLocation ==window.location.pathname ){\n console.log('refresh dashboard');\n setTimeout(\n function() {\n let refreshButtonElement = document.getElementsByTagName('iframe')[0].contentWindow.document.getElementsByTagName('button')[0];\n console.log('Refresh:'+refreshButtonElement);\n refreshButtonElement.click();\n }, 10000);\n }\n\t};\n\t\n</script>", + "id": "928a593f-f341-403e-8346-df32afe29b52", + "isRelaxedCSPLevel": true, + "label": "main", + "templateName": "PRM Community Template", + "type": "appPage" } -- Gitblit v1.9.1