This commit is contained in:
make
2025-04-13 18:00:59 +08:00
parent a1c507eaf1
commit 3c1df922e1
2 changed files with 43 additions and 4 deletions

View File

@@ -159,7 +159,7 @@ const columns = reactive<ColumnProps<NovelList.ResList>[]>([
width: 120,
render(scope) {
return <img src={'http://tp2.novel2.com'+scope.row.n_cover_path } alt="封面" style="width: 100%; height: auto;" />;
return <img src={import.meta.env.VITE_API_URL+scope.row.n_cover_path } alt="封面" style="width: 100%; height: auto;" />;
}
},