mirror of
https://gitee.com/likeadmin/likeadmin_java.git
synced 2026-05-07 23:57:20 +08:00
【小程序-轮播图:跳转至指定链接失败】https://www.tapd.cn/56509124/bugtrace/bugs/view?bug_id=1156509124001003513
This commit is contained in:
@@ -9,7 +9,7 @@ import { ref } from 'vue'
|
||||
const url = ref('')
|
||||
|
||||
onLoad((options) => {
|
||||
url.value = options.url!
|
||||
url.value = decodeURIComponent(options.url!)
|
||||
})
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user