Authored by ccbikai

修改头部

... ... @@ -16,7 +16,7 @@ const titleMap = {
action: ''
},
title: {
des: '标题',
des: '标题1',
action: ''
}
},
... ... @@ -89,7 +89,7 @@ const matchHeader = (url) => {
let header = '';
if (/product\/new/.test(url)) {
header = titleMap[6];
header = titleMap[1];
// header.xxx = '111';// 匹配到头类型以后,可修改里边的内容
return header;
... ...