diff --git a/.env.development b/.env.development
index 26c7f08..cb9b352 100644
--- a/.env.development
+++ b/.env.development
@@ -1,3 +1,3 @@
ENV = 'development'
-VUE_APP_BASE_API = 'https://yipin.peidikeji.cn'
\ No newline at end of file
+VUE_APP_BASE_API = 'http://local.medical-record.host'
\ No newline at end of file
diff --git a/.env.production b/.env.production
index ea0b2b9..a82490e 100644
--- a/.env.production
+++ b/.env.production
@@ -1,3 +1,3 @@
ENV = 'production'
-VUE_APP_BASE_API = 'https://yipin-master.peidikeji.cn'
\ No newline at end of file
+VUE_APP_BASE_API = 'hhttp://local.medical-record.host'
\ No newline at end of file
diff --git a/src/pages/record/detail.vue b/src/pages/record/detail.vue
index 3791720..ae11d7d 100644
--- a/src/pages/record/detail.vue
+++ b/src/pages/record/detail.vue
@@ -52,8 +52,12 @@
:label="info.content"
isLink
rightIcon="edit-pen"
- @click="openModal('诊疗情况', 'content', 'textarea')"
- />
+ @click="openEditor"
+ >
+
+
+
+
+