diff --git a/pages.json b/pages.json
index 0fe29aa..1e2a681 100644
--- a/pages.json
+++ b/pages.json
@@ -9,7 +9,9 @@
"^MessageNotification": "@/components/MessageNotification/MessageNotification.vue",
"^FollowUpDrugDrawer$": "@/subPackages/doctor/components/FollowUpDrugDrawer.vue",
// 列表骨架屏(分包组件,主包页需配合 componentPlaceholder)
- "^ListSkeleton$": "@/subPackages/common/components/ListSkeleton.vue"
+ "^ListSkeleton$": "@/subPackages/common/components/ListSkeleton.vue",
+ // 问诊助手壳(仅分包页使用,放分包以减小主包体积)
+ "^AssistantConsultationShell$": "@/subPackages/common/components/AssistantConsultationShell.vue"
},
"pages": [
{
diff --git a/components/AssistantConsultationShell.vue b/subPackages/common/components/AssistantConsultationShell.vue
similarity index 98%
rename from components/AssistantConsultationShell.vue
rename to subPackages/common/components/AssistantConsultationShell.vue
index ded188f..ae4facc 100644
--- a/components/AssistantConsultationShell.vue
+++ b/subPackages/common/components/AssistantConsultationShell.vue
@@ -1,4 +1,8 @@
+
+
+
diff --git a/subPackages/follow-up/medication-info.vue b/subPackages/follow-up/medication-info.vue
index b505126..0c756ca 100644
--- a/subPackages/follow-up/medication-info.vue
+++ b/subPackages/follow-up/medication-info.vue
@@ -88,7 +88,7 @@ import {
sendFollowUpDrugAssistantMessage,
wasFollowUpAssistSent,
} from '@/utils/clinicFollowUpAssistantIm';
-import AssistantConsultationShell from '@/components/AssistantConsultationShell.vue';
+import AssistantConsultationShell from '@/subPackages/common/components/AssistantConsultationShell.vue';
import {
getTransferAssistantConfigApi,
getTransferConsultationAgreementInfoApi,
diff --git a/subPackages/product/product.vue b/subPackages/product/product.vue
index 5696a9d..1f4b963 100644
--- a/subPackages/product/product.vue
+++ b/subPackages/product/product.vue
@@ -51,7 +51,8 @@
:current="selectedZoneIndex"
@change="onSwiperChange"
>
-
+
+