fix(Home.vue): 修复背景图URL编码问题避免特殊字符导致显示异常
添加intro_background_style计算属性对URL进行安全编码,解决包含空格、中文或特殊符号时背景图无法显示的问题
Showing
1 changed file
with
13 additions
and
1 deletions
-
Please register or login to post a comment
添加intro_background_style计算属性对URL进行安全编码,解决包含空格、中文或特殊符号时背景图无法显示的问题