Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
lls_program
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2025-09-26 10:47:02 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
b7ca1fab842c7b2640975d6afe53d406388be509
b7ca1fab
1 parent
3187eaa8
fix: 更新默认海报图URL以优化图片质量
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/pages/ActivitiesCover/index.vue
src/pages/ActivitiesCover/index.vue
View file @
b7ca1fa
<!--
* @Date: 2022-09-19 14:11:06
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2025-09-2
5 10:50:46
* @LastEditTime: 2025-09-2
6 10:45:08
* @FilePath: /lls_program/src/pages/ActivitiesCover/index.vue
* @Description: 活动海报页面 - 展示活动信息并处理定位授权
-->
...
...
@@ -153,7 +153,7 @@ import { handleSharePageAuth, addShareFlag } from '@/utils/authRedirect'
import { THEME_COLORS } from '@/utils/config';
// 默认海报图
const defaultPoster = 'https://cdn.ipadbiz.cn/lls_prog/images/welcome_8.jpg';
const defaultPoster = 'https://cdn.ipadbiz.cn/lls_prog/images/welcome_8.jpg
?imageMogr2/strip/quality/60
';
// 系统信息
const systemInfo = ref({});
...
...
Please
register
or
login
to post a comment