diff --git a/.env b/.env
index 0c43f01..cd851a2 100644
--- a/.env
+++ b/.env
@@ -2,7 +2,7 @@ VITE_APP_TITLE=金融产品设计及数字化营销沙盘
VITE_PORT=9520
VITE_PROXY=http://192.168.31.125:8080
VITE_PUBLIC_PATH=./
-VITE_BASE_API=http://192.168.31.51:9000
-# VITE_BASE_API=http://121.37.12.51
+# VITE_BASE_API=http://192.168.31.51:9000
+VITE_BASE_API=http://121.37.12.51
VITE_I18N_LOCALE=zh-cn
VITE_I18N_FALLBACK_LOCALE=zh-cn
diff --git a/src/components/Panel/index.vue b/src/components/Panel/index.vue
index 705ea5c..90e9d16 100644
--- a/src/components/Panel/index.vue
+++ b/src/components/Panel/index.vue
@@ -1,7 +1,19 @@
+
{{ item.minimumAge + '-' + item.maximumAge + '周岁' }}
+{{ item.insuranceCoverageConfig }}
创建日期:{{ item.createTime.split(' ')[0] }}
@@ -48,7 +49,7 @@