force-app/main/default/pages/AccountQualifyAlert.page
@@ -1,8 +1,8 @@
<apex:page standardController="Account"  extensions="AccountQualifyAlertController" showHeader="false" sidebar="false" action="{!init}">
<apex:page standardController="Account"  extensions="AccountQualifyAlertController" showHeader="false" sidebar="false" action="{!init}" lightningStylesheets="true">
   <apex:includeScript value="{!URLFOR($Resource.connection20)}"/>
    <apex:includeScript value="{!URLFOR($Resource.apex20)}"/>
    <script type="text/javascript">
      function init() {
      function init() {
         var is_Alert_Qualify = '{!is_Alert_Qualify}';
         if(is_Alert_Qualify == 'true'){
            alert('医院信息发生变化,请重新申请医院资质审批!');