From 4488f711dbc01a8db6753907cae2ef4021dede68 Mon Sep 17 00:00:00 2001 From: FUYU <fuyu@prec-tech.com> Date: 星期三, 13 十二月 2023 16:30:27 +0800 Subject: [PATCH] 修改前备份 --- 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