商品增加分类

This commit is contained in:
2024-04-19 13:44:31 +08:00
parent 7b3676eda7
commit 634e801eb5
3 changed files with 19 additions and 19 deletions

View File

@@ -7,6 +7,6 @@ const url = ref<string>('');
onLoad((params: any) => {
if(params.url)
url.value = decodeURIComponent(params.url);
url.value = params.url;
});
</script>