hookehuyr

docs(views/checkin): 更新标签配置中的默认标题文本

<!--
* @Date: 2024-09-15 22:08:49
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2025-10-01 20:28:53
* @LastEditTime: 2025-10-01 20:39:12
* @FilePath: /map-demo/src/views/checkin/info.vue
* @Description: 文件描述
-->
......@@ -157,21 +157,21 @@ const tab_configs = ref([
key: 'introduction',
title_key: 'introduction_text',
content_key: 'introduction',
default_title: '敬老月积分惠生活',
default_title: '敬老月优惠',
id: 'introduction'
},
{
key: 'story',
title_key: 'story_text',
content_key: 'story',
default_title: '敬老月积分惠生活',
default_title: '敬老月优惠',
id: 'story'
},
{
key: 'experience',
title_key: 'experience_text',
content_key: 'experience',
default_title: '敬老月积分惠生活',
default_title: '敬老月优惠',
id: 'experience'
}
]);
......