Showing
1 changed file
with
1 additions
and
1 deletions
@@ -174,7 +174,7 @@ const tag = (req, res, next) => { | @@ -174,7 +174,7 @@ const tag = (req, res, next) => { | ||
174 | }; | 174 | }; |
175 | 175 | ||
176 | if (param.isApp === false) { | 176 | if (param.isApp === false) { |
177 | - responseData.pageHeader.navTitle = param.tag; | 177 | + responseData.pageHeader.navTitle = param.tag || '标签'; |
178 | } | 178 | } |
179 | 179 | ||
180 | indexModel.getTagEditor(param).then(result => { | 180 | indexModel.getTagEditor(param).then(result => { |
-
Please register or login to post a comment