<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() {
|
// url 路径
|
// var str = '/a3k/e?Name=*&nooverride=1';
|
var str = '/lightning/o/SolutionProjectRequirements__c/new';
|
console.log('123');
|
// 跳转页面
|
window.open(str);
|
}
|
|
</script>
|
|
<body onload="init()">
|
|
</body>
|
<!-- End Default Content REMOVE THIS -->
|
</apex:page>
|