This commit is contained in:
李志鹏
2026-05-29 14:59:03 +08:00
parent b7250c51bf
commit 8209a1d678

View File

@@ -24,7 +24,10 @@
try {
let str = route.query.list as string
list.value = JSON.parse(decodeURIComponent(atob(str)))
} catch (error) {}
console.log(list.value)
} catch (error) {
console.log(error)
}
</script>
<style lang="less" scoped>