mirror of
https://github.com/labring/FastGPT.git
synced 2026-01-15 06:04:52 +08:00
fix: filter pro request (#6022)
This commit is contained in:
@@ -15,12 +15,12 @@ import { webPushTrack } from '@/web/common/middle/tracks/utils';
|
||||
const TeamPlanStatusCard = () => {
|
||||
const { t } = useTranslation();
|
||||
const { teamPlanStatus } = useUserStore();
|
||||
const { operationalAd, loadOperationalAd } = useSystemStore();
|
||||
const { operationalAd, loadOperationalAd, feConfigs } = useSystemStore();
|
||||
const router = useRouter();
|
||||
|
||||
// Load data
|
||||
useEffect(() => {
|
||||
if (!operationalAd) {
|
||||
if (!operationalAd && feConfigs?.isPlus) {
|
||||
loadOperationalAd();
|
||||
}
|
||||
if (operationalAd?.id) {
|
||||
|
||||
Reference in New Issue
Block a user