Showing
1 changed file
with
2 additions
and
2 deletions
@@ -16,7 +16,7 @@ const titleMap = { | @@ -16,7 +16,7 @@ const titleMap = { | ||
16 | action: '' | 16 | action: '' |
17 | }, | 17 | }, |
18 | title: { | 18 | title: { |
19 | - des: '标题', | 19 | + des: '标题1', |
20 | action: '' | 20 | action: '' |
21 | } | 21 | } |
22 | }, | 22 | }, |
@@ -89,7 +89,7 @@ const matchHeader = (url) => { | @@ -89,7 +89,7 @@ const matchHeader = (url) => { | ||
89 | let header = ''; | 89 | let header = ''; |
90 | 90 | ||
91 | if (/product\/new/.test(url)) { | 91 | if (/product\/new/.test(url)) { |
92 | - header = titleMap[6]; | 92 | + header = titleMap[1]; |
93 | 93 | ||
94 | // header.xxx = '111';// 匹配到头类型以后,可修改里边的内容 | 94 | // header.xxx = '111';// 匹配到头类型以后,可修改里边的内容 |
95 | return header; | 95 | return header; |
-
Please register or login to post a comment