diff --git a/.env.production b/.env.production
new file mode 100644
index 0000000..4b5a015
--- /dev/null
+++ b/.env.production
@@ -0,0 +1,10 @@
+MP_API_BASE_URL=https://ytk.youcan365.com
+MP_IMAGE_URL=https://ytk.youcan365.com
+MP_CACHE_PREFIX=production
+MP_WX_APP_ID=wx1d8337a40c11d66c
+MP_CORP_ID=wpLgjyawAA8N0gWmXgyJq8wpjGcOT7fg
+MP_TIM_SDK_APP_ID=1600123876
+MP_INVITE_TEAMMATE_QRCODE=https://ykt.youcan365.com/invite-teammate
+MP_INVITE_PATIENT_QRCODE=https://ykt.youcan365.com/invite-patient
+MP_PATIENT_PAGE_BASE_URL= 'https://www.youcan365.com/h5/#/'
+MP_SURVEY_URL= 'https://www.youcan365.com/surveyDev/#/pages/survey/survey'
diff --git a/pages/case/ai-medical-case-form.vue b/pages/case/ai-medical-case-form.vue
new file mode 100644
index 0000000..532e89b
--- /dev/null
+++ b/pages/case/ai-medical-case-form.vue
@@ -0,0 +1,473 @@
+
+
+
+
+
+ {{ field.label }}
+
+
+
+
+ {{ formData[field.key] || "暂无" }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/pages/message/components/ai-assistant-buttons.vue b/pages/message/components/ai-assistant-buttons.vue
index aa8900b..40b93af 100644
--- a/pages/message/components/ai-assistant-buttons.vue
+++ b/pages/message/components/ai-assistant-buttons.vue
@@ -348,7 +348,7 @@ const handleNextFromProgress = (data) => {
// 跳转到病历填写页面
uni.navigateTo({
- url: `/pages/case/medical-case-form?caseType=${data.caseType}&patientId=${
+ url: `/pages/case/ai-medical-case-form?caseType=${data.caseType}&patientId=${
props.patientId
}&groupId=${props.groupId}&formData=${encodeURIComponent(
JSON.stringify(extractedData)