unknown
2023-08-24 ddb0231ef7c5cf2bad9d3f1afc2f733674ad38a5
1
2
3
4
5
6
7
8
9
10
11
<!-- zq加壳 -->
<apex:page showHeader="false" sidebar="false" standardController="Rental_Apply__c" lightningStylesheets="true">
    <head>
        <script type="text/javascript">
        <apex:includeScript value="{!$Resource.S1_redirect}"/>
        </script>
    </head>
    <body onload="redirect()">
        
    </body>
</apex:page>