1.解决线上报错token的问题

v1.0.0
sws 2024-10-23 13:58:11 +08:00
parent 2945436bb0
commit 35936fe38e
1 changed files with 1 additions and 1 deletions

View File

@ -245,7 +245,7 @@ interface componentsData {
}
const components = ref<componentsData[]>([]);
const url_computer = (name: string) => {
let new_url = ref(new URL(`../../../../assets/images/layout/siderbar/${name}.png`, import.meta.url).href).value;
const new_url = ref(new URL(`../../../../assets/images/layout/siderbar/${name}.png`, import.meta.url).href).value;
return new_url;
};