商品增加分类
This commit is contained in:
@@ -7,6 +7,6 @@ const url = ref<string>('');
|
||||
|
||||
onLoad((params: any) => {
|
||||
if(params.url)
|
||||
url.value = decodeURIComponent(params.url);
|
||||
url.value = params.url;
|
||||
});
|
||||
</script>
|
||||
|
Reference in New Issue
Block a user