hookehuyr

fix: 更新默认海报图URL以优化图片质量

1 <!-- 1 <!--
2 * @Date: 2022-09-19 14:11:06 2 * @Date: 2022-09-19 14:11:06
3 * @LastEditors: hookehuyr hookehuyr@gmail.com 3 * @LastEditors: hookehuyr hookehuyr@gmail.com
4 - * @LastEditTime: 2025-09-25 10:50:46 4 + * @LastEditTime: 2025-09-26 10:45:08
5 * @FilePath: /lls_program/src/pages/ActivitiesCover/index.vue 5 * @FilePath: /lls_program/src/pages/ActivitiesCover/index.vue
6 * @Description: 活动海报页面 - 展示活动信息并处理定位授权 6 * @Description: 活动海报页面 - 展示活动信息并处理定位授权
7 --> 7 -->
...@@ -153,7 +153,7 @@ import { handleSharePageAuth, addShareFlag } from '@/utils/authRedirect' ...@@ -153,7 +153,7 @@ import { handleSharePageAuth, addShareFlag } from '@/utils/authRedirect'
153 import { THEME_COLORS } from '@/utils/config'; 153 import { THEME_COLORS } from '@/utils/config';
154 154
155 // 默认海报图 155 // 默认海报图
156 -const defaultPoster = 'https://cdn.ipadbiz.cn/lls_prog/images/welcome_8.jpg'; 156 +const defaultPoster = 'https://cdn.ipadbiz.cn/lls_prog/images/welcome_8.jpg?imageMogr2/strip/quality/60';
157 157
158 // 系统信息 158 // 系统信息
159 const systemInfo = ref({}); 159 const systemInfo = ref({});
......