Commit dd942c2b authored by 王玉鑫's avatar 王玉鑫

fix: 面包屑名称修正

parent b91c954b
......@@ -172,7 +172,7 @@ const searchToList = (params: any) => {
const breadcrumbs = computed(() => {
const { provinceName, cityName, regionName, name } = props.detail;
const getName = (item: string) => {
return `${item}${headerType.value}${headerType.value}`;
return `${item}${headerType.value}`;
};
return [
{
......
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