You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
2.1 KiB
40 lines
2.1 KiB
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`, |
|
|
|
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`, |
|
listOfGoods: `${host}nakadai/mall/listOfGoods`, |
|
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`, |
|
} |