售前咨询
-金老师
-15218726836
-From 1c83eb570af8c436e008656099862e2907471d5a Mon Sep 17 00:00:00 2001 From: yujialong <479214531@qq.com> Date: Thu, 6 Jun 2024 18:41:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=82=AC=E6=B5=AE=E6=A0=8F=E8=81=94=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/index.js | 70 +++++++++-------- src/pages/aboutUs/index.vue | 151 +++++++++--------------------------- src/setting.js | 8 +- 3 files changed, 78 insertions(+), 151 deletions(-) diff --git a/src/api/index.js b/src/api/index.js index b04bb63..668a2a1 100644 --- a/src/api/index.js +++ b/src/api/index.js @@ -2,39 +2,41 @@ import Setting from '@/setting' const host = Setting.huoranApi export default { - newlyPublishedArticles: `iasf/sysContent/newlyPublishedArticles`, - listWithTree: `iasf/sysColumn/listWithTree`, - findArticle: `iasf/sysContent/findById`, - findPage: `iasf/sysColumnLongPage/getLongPageInformation`, - queryArticle: `iasf/sysContent/pagingQuery`, - getRedisCache: `iasf/sysColumnLongPage/getRedisCache`, - listWithTreeMenuVisible: `iasf/sysColumn/listWithTreeMenuVisible`, - theAttachmentUnderTheQueryColumn: `iasf/content/file/theAttachmentUnderTheQueryColumn`, - findColumn: `iasf/sysColumn/findById`, - queryClassif: `iasf/content/classification/allTheQuery`, - getTheFullArticleByColumn: `iasf/sysColumn/getTheFullArticleByColumn`, - queryLabel: `iasf/content/label/queryAllArticleSubjectTags`, - getsTheSubColumn: `iasf/sysColumn/getsTheSubColumn`, - articlePreview: `iasf/sysContent/articlePreview`, - getsSublevelColumnsUnderALevel: `iasf/sysColumn/getsSublevelColumnsUnderALevel`, - hotContent: `iasf/sysContent/hotContent`, - siteSearchArticles: `iasf/sysContent/siteSearchArticles`, - oneLevelChecksThemAll: `iasf/sysColumn/oneLevelChecksThemAll`, - queryArticlesByColumnType: `iasf/sysColumn/queryArticlesByColumnType`, - seoList: `iasf/seo/list`, + newlyPublishedArticles: `/iasf/sysContent/newlyPublishedArticles`, + listWithTree: `/iasf/sysColumn/listWithTree`, + findArticle: `/iasf/sysContent/findById`, + findPage: `/iasf/sysColumnLongPage/getLongPageInformation`, + queryArticle: `/iasf/sysContent/pagingQuery`, + getRedisCache: `/iasf/sysColumnLongPage/getRedisCache`, + listWithTreeMenuVisible: `/iasf/sysColumn/listWithTreeMenuVisible`, + theAttachmentUnderTheQueryColumn: `/iasf/content/file/theAttachmentUnderTheQueryColumn`, + findColumn: `/iasf/sysColumn/findById`, + queryClassif: `/iasf/content/classification/allTheQuery`, + getTheFullArticleByColumn: `/iasf/sysColumn/getTheFullArticleByColumn`, + queryLabel: `/iasf/content/label/queryAllArticleSubjectTags`, + getsTheSubColumn: `/iasf/sysColumn/getsTheSubColumn`, + articlePreview: `/iasf/sysContent/articlePreview`, + getsSublevelColumnsUnderALevel: `/iasf/sysColumn/getsSublevelColumnsUnderALevel`, + hotContent: `/iasf/sysContent/hotContent`, + siteSearchArticles: `/iasf/sysContent/siteSearchArticles`, + oneLevelChecksThemAll: `/iasf/sysColumn/oneLevelChecksThemAll`, + queryArticlesByColumnType: `/iasf/sysColumn/queryArticlesByColumnType`, + seoList: `/iasf/seo/list`, + listFloating: `/iasf/SysFloatingColumnSchemeService/SysFloatingColumnScheme/floatingBarList`, + findFloating: `/iasf/SysFloatingColumnSchemeService/SysFloatingColumnScheme/findById`, - listMarketing: `nakadai/nakadai/mall/marketing/promotion/pagingQueryList`, - // 产品中心 - productCategoryList: `${host}nakadai/productClassification/productCategoryList`, - productTypeList: `${host}nakadai/productType/productTypeList`, - supplierList: `${host}nakadai/supplier/supplierList`, - tagsList: `${host}nakadai/tags/tagsList`, - websiteProductList: `${host}nakadai/mall/websiteProductList`, - detailsOfGoods: `${host}nakadai/mall/detailsOfGoods`, - addLearningRecord: `${host}nakadai/mallCourseLearningRecord/addLearningRecord`, - subjectCategoryCited: `${host}nakadai/nakadai/subject/subjectCategoryCited`, - goodsSchemeClassification: `${host}nakadai/mall/goodsSchemeClassification`, - schemeList: `${host}nakadai/nakadai/partner/schemeManagement/schemeList`, - curriculumChapter: `${host}nakadai/nakadai/curriculum/chapter/queryChaptersAndSubsections`, - curriculumGetSubsection: `${host}nakadai/nakadai/curriculum/subsection/getSubsection`, + listMarketing: `/nakadai/nakadai/mall/marketing/promotion/pagingQueryList`, + // 产品中心 + productCategoryList: `${host}/nakadai/productClassification/productCategoryList`, + productTypeList: `${host}/nakadai/productType/productTypeList`, + supplierList: `${host}/nakadai/supplier/supplierList`, + tagsList: `${host}/nakadai/tags/tagsList`, + websiteProductList: `${host}/nakadai/mall/websiteProductList`, + detailsOfGoods: `${host}/nakadai/mall/detailsOfGoods`, + addLearningRecord: `${host}/nakadai/mallCourseLearningRecord/addLearningRecord`, + subjectCategoryCited: `${host}/nakadai/nakadai/subject/subjectCategoryCited`, + goodsSchemeClassification: `${host}/nakadai/mall/goodsSchemeClassification`, + schemeList: `${host}/nakadai/nakadai/partner/schemeManagement/schemeList`, + curriculumChapter: `${host}/nakadai/nakadai/curriculum/chapter/queryChaptersAndSubsections`, + curriculumGetSubsection: `${host}/nakadai/nakadai/curriculum/subsection/getSubsection`, } \ No newline at end of file diff --git a/src/pages/aboutUs/index.vue b/src/pages/aboutUs/index.vue index c8592a4..ccd235b 100644 --- a/src/pages/aboutUs/index.vue +++ b/src/pages/aboutUs/index.vue @@ -187,37 +187,17 @@
微信扫码添加职站售前咨询
-提供付费咨询及解决方案
- -售前咨询
-金老师
-15218726836
-咨询,建议与反馈
-您的每一条建议声音,我们都认真对待
-{{ module.schemeTitle }}
+