From 8d9fdd2c68656e04ea4115e994f20051b2358c90 Mon Sep 17 00:00:00 2001
From: liangxiaozhen <liangxiaozhen>
Date: 星期日, 06 八月 2023 19:09:12 +0800
Subject: [PATCH] 潜在客户lwc组件

---
 force-app/main/default/pages/AccountVisitCount.page |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/force-app/main/default/pages/AccountVisitCount.page b/force-app/main/default/pages/AccountVisitCount.page
index 118a6c9..9884be4 100644
--- a/force-app/main/default/pages/AccountVisitCount.page
+++ b/force-app/main/default/pages/AccountVisitCount.page
@@ -1,4 +1,4 @@
-<apex:page standardController="Account" extensions="AccountVisitCountController" showHeader="false" sidebar="false">
+<apex:page standardController="Account" extensions="AccountVisitCountController" showHeader="false" sidebar="false" lightningStylesheets="true">
 <head></head>
 <body>
     <apex:form >

--
Gitblit v1.9.1