diff --git a/src/App.vue b/src/App.vue index 9fb7de9..3ac81a7 100644 --- a/src/App.vue +++ b/src/App.vue @@ -55,6 +55,7 @@ export default { }, 500) }, mounted () { + console.log(33, this.$route) window.onbeforeunload = function () { sessionStorage.removeItem('navPageSize') } @@ -82,7 +83,7 @@ export default { } } }, - setNav(num) { + setNav (num) { this.$store.commit('updateModelType', true) this.$store.dispatch('updateNavSumA', num) sessionStorage.setItem('navPageSize', num) diff --git a/src/api/index.js b/src/api/index.js index 8ac4e33..31924b8 100644 --- a/src/api/index.js +++ b/src/api/index.js @@ -29,12 +29,13 @@ export default { listMarketing: `/nakadai/nakadai/mall/marketing/promotion/pagingQueryList`, courseProduct: `/iasf/productDetails/courseProduct`, - categoryList: `/iasf/categoryService/Category/list`, foregroundPreview: `/iasf/productDetails/foregroundPreview`, + findCourse: `/iasf/productDetails/findById`, productDetailsPreview: `/iasf/productDetails/articlePreview`, courseDiscipline: `/iasf/subject/courseDiscipline`, courseProfessionalClass: `/iasf/subject/courseProfessionalClass`, courseProfessional: `/iasf/subject/courseProfessional`, + hasBeenCitedInTheArticle: `/iasf/categoryService/Category/hasBeenCitedInTheArticle`, // 产品中心 productCategoryList: `${host}/nakadai/productClassification/productCategoryList`, productTypeList: `${host}/nakadai/productType/productTypeList`, diff --git a/src/layouts/footer/index.vue b/src/layouts/footer/index.vue index 50a8ee1..ac03f76 100644 --- a/src/layouts/footer/index.vue +++ b/src/layouts/footer/index.vue @@ -477,7 +477,7 @@ export default { width: 100%; height: 100%; background: url(../../assets/images/footer-bg1.jpg) 0 0/cover no-repeat; - opacity: .3; + opacity: .2; } .inner { diff --git a/src/layouts/header/index.vue b/src/layouts/header/index.vue index 1d86f58..ced3f3e 100644 --- a/src/layouts/header/index.vue +++ b/src/layouts/header/index.vue @@ -12,7 +12,7 @@ @showMoreBtns="updateBtnsType">