Commit 83246889 authored by 张娇(东信)'s avatar 张娇(东信)

筑农页面优化

parent db712729
......@@ -112,7 +112,7 @@ onMounted(async () => {
const getList = () => {
getSortList().then((res) => {
res.data.forEach((item) => {
item.icon = import.meta.env.VITE_APP_IMG_URL + item.pic;
item.icon = import.meta.env.VITE_APP_IMG_URL + item.icon;
});
sortList.value = res.data;
});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment