diff --git a/apps/web-antd/src/views/mall/promotion/point/activity/modules/form.vue b/apps/web-antd/src/views/mall/promotion/point/activity/modules/form.vue
index 5727cb347..94ab444c2 100644
--- a/apps/web-antd/src/views/mall/promotion/point/activity/modules/form.vue
+++ b/apps/web-antd/src/views/mall/promotion/point/activity/modules/form.vue
@@ -21,7 +21,8 @@ import {
import { $t } from '#/locales';
import { getPropertyList } from '#/views/mall/product/spu/form';
-import { SpuAndSkuList, SpuSkuSelect } from '../../../components';
+// TODO @puhui999:有问题
+// import { SpuAndSkuList, SpuSkuSelect } from '../../../components';
import { useFormSchema } from '../data';
const emit = defineEmits(['success']);
diff --git a/apps/web-antd/src/views/mall/promotion/rewardActivity/components/reward-rule.vue b/apps/web-antd/src/views/mall/promotion/rewardActivity/components/reward-rule.vue
index e0b7df0c3..9a79230ea 100644
--- a/apps/web-antd/src/views/mall/promotion/rewardActivity/components/reward-rule.vue
+++ b/apps/web-antd/src/views/mall/promotion/rewardActivity/components/reward-rule.vue
@@ -165,7 +165,7 @@ defineExpose({ setRuleCoupon });
送优惠券:
diff --git a/apps/web-antd/src/views/mall/promotion/rewardActivity/modules/form.vue b/apps/web-antd/src/views/mall/promotion/rewardActivity/modules/form.vue
index 8458f89b8..81ecab6a7 100644
--- a/apps/web-antd/src/views/mall/promotion/rewardActivity/modules/form.vue
+++ b/apps/web-antd/src/views/mall/promotion/rewardActivity/modules/form.vue
@@ -20,7 +20,8 @@ import {
updateRewardActivity,
} from '#/api/mall/promotion/reward/rewardActivity';
import { $t } from '#/locales';
-import { SpuAndSkuList } from '#/views/mall/promotion/components';
+// TODO @puhui999:有问题
+// import { SpuAndSkuList } from '#/views/mall/promotion/components';
import RewardRule from '../components/reward-rule.vue';
import { useFormSchema } from '../data';