|
@@ -22,7 +22,7 @@ const getIconUrl = computed(() => (name: string, isActive: boolean) => {
|
|
|
const url = isActive
|
|
|
? new URL(`../../../assets/icon/${name}_active.svg`, import.meta.url)
|
|
|
: new URL(`../../../assets/icon/${name}.svg`, import.meta.url);
|
|
|
- console.log("当前URL", url);
|
|
|
+ // console.log("当前URL", url);
|
|
|
return String(url);
|
|
|
});
|
|
|
</script>
|