liwentao
2023-07-21 b0b7576822edbf81c19a880a60426b7a84c4176c
force-app/main/default/pages/InitCreateSolutionPage.page
@@ -1,18 +1,18 @@
<apex:page standardController="SolutionProjectRequirements__c" showHeader="false" sidebar="false">
<apex:page standardController="SolutionProjectRequirements__c" showHeader="false" sidebar="false" lightningStylesheets="true">
<!-- Begin Default Content REMOVE THIS -->
<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>