From a68c8c52c2820052c2ae3856876f74a385354583 Mon Sep 17 00:00:00 2001 From: buli <137736985@qq.com> Date: 星期二, 11 七月 2023 14:10:24 +0800 Subject: [PATCH] LEX Community Code Deploy0711 --- force-app/main/default/pages/InstructReport.page | 7 +++---- 1 files changed, 3 insertions(+), 4 deletions(-) diff --git a/force-app/main/default/pages/InstructReport.page b/force-app/main/default/pages/InstructReport.page index 706a682..e8af6cf 100644 --- a/force-app/main/default/pages/InstructReport.page +++ b/force-app/main/default/pages/InstructReport.page @@ -1,14 +1,13 @@ -<apex:page standardcontroller="Instruct_report__c" extensions="InstructReportController" sidebar="false" id="allPage" action="{!init}" title="{!IF(Instruct_report!=null, Instruct_report.Name, '甯︽暀鎶ュ憡')}"> +<apex:page standardcontroller="Instruct_report__c" extensions="InstructReportController" sidebar="false" id="allPage" action="{!init}" title="{!IF(Instruct_report!=null, Instruct_report.Name, '甯︽暀鎶ュ憡')}" lightningStylesheets="true" > <apex:stylesheet value="{!URLFOR($Resource.blockUIcss)}"/> <apex:includeScript value="{!URLFOR($Resource.jquery183minjs)}"/> <apex:includeScript value="{!URLFOR($Resource.PleaseWaitDialog)}"/> - <apex:includeScript value="/soap/ajax/29.0/connection.js"/> - <apex:includeScript value="/soap/ajax/29.0/apex.js"/> + <apex:includeScript value="{!URLFOR($Resource.apex20)}"/> <!-- <apex:includeScript value="{!URLFOR($Resource.OpportunityPCLJs)}"/> --> <!-- 20220222 PI鏀归�� by Bright--start --> <apex:includeScript value="{! URLFOR($Resource.AWSService, 'AWSService.js') }" /> - <script src="../../soap/ajax/53.0/connection.js" type="text/javascript"></script> + <apex:includeScript value="{!URLFOR($Resource.connection20)}"/> <!-- 20220222 PI鏀归�� by Bright--end --> <style type="text/css"> -- Gitblit v1.9.1