debug
This commit is contained in:
@@ -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;" />;
|
||||
}
|
||||
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user