|
|
|
@ -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`, |
|
|
|
|
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`, |
|
|
|
|
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`, |
|
|
|
|
} |