diff --git a/env/.env.development b/env/.env.development
index f347345..77103c3 100644
--- a/env/.env.development
+++ b/env/.env.development
@@ -7,7 +7,7 @@ VITE_SHOW_SOURCEMAP = true
# 是否启用读取配置文件 min
#VITE_WEBAPP = 'D://opt//AppUpdateTest'
VITE_WEBAPP = ''
-VITE_SERVER_BASEURL = 'http://10.75.15.249:8080/jeecg-boot'
+VITE_SERVER_BASEURL = 'http://10.75.15.246:8080/jeecg-boot'
#VITE_SERVER_BASEURL = 'https://36.112.48.190/jeecg-boot'
#VITE_SERVER_BASEURL = 'https://szcx.zyyt.sinopec.com/jeecg-boot'
diff --git a/src/pages-politics/healthfollow/HealthDetails.vue b/src/pages-politics/healthfollow/HealthDetails.vue
index 315a9c9..76e976f 100644
--- a/src/pages-politics/healthfollow/HealthDetails.vue
+++ b/src/pages-politics/healthfollow/HealthDetails.vue
@@ -11,7 +11,7 @@
-
+
diff --git a/src/pages-politics/healthfollow/lookhealth.vue b/src/pages-politics/healthfollow/lookhealth.vue
index a9071fc..a510f90 100644
--- a/src/pages-politics/healthfollow/lookhealth.vue
+++ b/src/pages-politics/healthfollow/lookhealth.vue
@@ -12,7 +12,7 @@
+ :title="item.xm+'的'+item.createTime.substring(0,4)+'年'+item.ksny.substring(5,7)+'月'+'的健康随访填报表'">
@@ -61,7 +61,7 @@
const getList = () => {
const date = new Date(dataValue.value);
const year = date.getFullYear();
- const month = date.getMonth() + 2;
+ const month = date.getMonth() + 1;
let monthdate = '';
if(month<10){
monthdate = '0'+month;