zhangqian
2023-08-10 af7f2ebba1ca53c05ad1c47361c889afd53a9765
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>