Commit 1f462164 authored by shilei's avatar shilei

fix: 开发区下的产业园

parent 30cb50de
......@@ -327,7 +327,7 @@ const industrials = computed(() => {
return {
imgUrl,
name,
info: [levelName, coverArea ? `${coverArea}` : ''].filter(haveValue).join(' | '),
info: [levelName, coverArea ? `${coverArea}` : ''].filter(haveValue).join(' | '),
id,
};
});
......
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