fix(request): 解决reactive对象导致重复请求问题

- 修改detail页面标题字体大小样式
- 更新自定义组件中的报名链接地址
- 在request工具中导入vue的isProxy和toRaw方法
- 添加proxy对象检测避免useFetch监听变更重复发送请求
- 修复post和put方法中的数据传递逻辑
This commit is contained in:
2026-03-17 16:47:39 +08:00
parent bdcb779cf8
commit f3b88d48c5
3 changed files with 9 additions and 5 deletions

View File

@@ -13,7 +13,7 @@
<div class=" bg-white">
<h1 class="pt-5 text-3xl text-center">{{ form.title }}</h1>
<div class="flex items-center justify-center py-4">
<el-space size="large" class="text-gray-400 text-lg">
<el-space size="large" class="text-gray-400" style="font-size: 16px">
<span v-if="form.author">作者{{ form.author }}</span>
<span>{{ $t('createTime') }}{{ dayjs(form.createTime).format('YYYY-MM-DD HH:mm') }}</span>
<span v-if="form.source">来源{{ form.source }}</span>