1
0
mirror of https://github.com/ialley-workshop-open/uni-halo.git synced 2026-06-12 21:29:31 +08:00

feat: 新增首页轮播支持配置

This commit is contained in:
小莫唐尼
2025-06-15 18:38:52 +08:00
parent 8963ba1921
commit 2fd83a7814
17 changed files with 325 additions and 101 deletions
+1 -1
View File
@@ -1067,7 +1067,7 @@ export default {
url: '/pagesC/website/website?data=' +
JSON.stringify({
title: data.title,
url: data.url
url: encodeURIComponent(data.url)
})
});
},