Authored by lijing

bug

@@ -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 => {