force-app/main/default/pages/InitCreateSolutionPage.page
@@ -1,18 +1,19 @@ <apex:page standardController="SolutionProjectRequirements__c" showHeader="false" sidebar="false" lightningStylesheets="true"> <!-- Begin Default Content REMOVE THIS --> <apex:stylesheet value="{!URLFOR($Resource.StyleUtilCss)}"/> <script type="text/javascript"> function init() { function init() { // url 路径 var str = '/a3k/e?Name=*&nooverride=1'; // 跳转页面 window.open(str,'_self'); } </script> <body onload="init()"> </body> <!-- End Default Content REMOVE THIS --> </apex:page> </apex:page>