11
This commit is contained in:
@@ -24,7 +24,10 @@
|
|||||||
try {
|
try {
|
||||||
let str = route.query.list as string
|
let str = route.query.list as string
|
||||||
list.value = JSON.parse(decodeURIComponent(atob(str)))
|
list.value = JSON.parse(decodeURIComponent(atob(str)))
|
||||||
} catch (error) {}
|
console.log(list.value)
|
||||||
|
} catch (error) {
|
||||||
|
console.log(error)
|
||||||
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="less" scoped>
|
<style lang="less" scoped>
|
||||||
|
|||||||
Reference in New Issue
Block a user