增加查看协议

This commit is contained in:
kron
2025-09-04 15:42:59 +08:00
parent c9eaeedc0d
commit 71a79defe7
3 changed files with 36 additions and 8 deletions

View File

@@ -5,7 +5,6 @@ import { onLoad } from "@dcloudio/uni-app";
const url = ref("");
onLoad((options) => {
url.value = decodeURIComponent(options.url);
console.log(url.value);
});
</script>