|
|
@@ -44,10 +44,12 @@ export default {
|
|
|
const routeName = this.$route.name
|
|
|
|
|
|
if (routeName.indexOf('SeoLearnList') > -1 ||
|
|
|
- routeName.indexOf('SeoConsultList') > -1) {
|
|
|
+ routeName.indexOf('SeoConsultList') > -1 ||
|
|
|
+ routeName.indexOf('SeoSkillList') > -1) {
|
|
|
appendClass = 'wx-header-custom-list'
|
|
|
} else if (routeName.indexOf('SeoLearnDetail') > -1 ||
|
|
|
- routeName.indexOf('SeoConsultUser') > -1) {
|
|
|
+ routeName.indexOf('SeoConsultUser') > -1 ||
|
|
|
+ routeName.indexOf('SeoSkillDetail') > -1) {
|
|
|
appendClass = 'wx-header-custom-detail'
|
|
|
}
|
|
|
|