diff --git a/src/api/index.js b/src/api/index.js index 61f1ae9..e841d7f 100644 --- a/src/api/index.js +++ b/src/api/index.js @@ -42,6 +42,8 @@ export default { sameLevelJudgment: `/iasf/sysColumn/sameLevelJudgment`, sortByColumn: `/iasf/sysColumn/sortByColumn`, controlDisplayNavigationMenu: `/iasf/sysColumn/controlDisplayNavigationMenu`, + cacheField: `/iasf/sysColumn/cacheField`, + getCacheField: `/iasf/sysColumn/getCacheField`, checkIfTheTitleIsRepeat: `/iasf/sysContent/checkIfTheTitleIsRepeat`, deleteArticle: `/iasf/sysContent/batchDeletion`, findArticle: `/iasf/sysContent/findById`, @@ -50,6 +52,8 @@ export default { saveArticle: `/iasf/sysContent/save`, updateArticle: `/iasf/sysContent/update`, modifiedSort: `/iasf/sysContent/modifiedSort`, + cacheFieldContent: `/iasf/sysContent/cacheField`, + getCacheFieldContent: `/iasf/sysContent/getCacheField`, longPageColumnList: `/iasf/pageManagement/longPageColumnList`, searchAllBySite: `/iasf/sysNavigationStyle/searchAllBySite`, updateStyle: `/iasf/sysNavigationStyle/update`, @@ -90,4 +94,12 @@ export default { saveFloating: `/iasf/SysFloatingColumnSchemeService/SysFloatingColumnScheme/saveOrUpdate`, checkEnableOrDisable: `/iasf/SysFloatingColumnSchemeService/SysFloatingColumnScheme/checkEnableOrDisable`, enableOrDisableScheme: `/iasf/SysFloatingColumnSchemeService/SysFloatingColumnScheme/enableOrDisableScheme`, + enableOrDisableScheme: `/iasf/SysFloatingColumnSchemeService/SysFloatingColumnScheme/enableOrDisableScheme`, + + batchDeletionFooter: `/iasf/SysFooterSetupService/SysFooterSetup/batchDeletion`, + findFooter: `/iasf/SysFooterSetupService/SysFooterSetup/findById`, + footerList: `/iasf/SysFooterSetupService/SysFooterSetup/footerList`, + saveFooter: `/iasf/SysFooterSetupService/SysFooterSetup/saveOrUpdate`, + checkEnableOrDisableFooter: `/iasf/SysFooterSetupService/SysFooterSetup/checkEnableOrDisable`, + enableOrDisableSchemeFooter: `/iasf/SysFooterSetupService/SysFooterSetup/enableOrDisableScheme`, } \ No newline at end of file diff --git a/src/assets/images/footer-bg.png b/src/assets/images/footer-bg.png new file mode 100644 index 0000000..b23d3f3 Binary files /dev/null and b/src/assets/images/footer-bg.png differ diff --git a/src/const/modules.js b/src/const/modules.js index 65c2e57..4ae05d2 100644 --- a/src/const/modules.js +++ b/src/const/modules.js @@ -807,110 +807,6 @@ export default { }, ] }, - - { - type: 'form', - forms: [ - { - type: 'input', - prop: 'title', - label: '标题', - }, - { - type: 'input', - prop: 'des', - label: '描述' - } - ], - form: { - title: '联系我们', - des: `CONTACT US` - } - }, - { - type: 'form', - forms: [ - { - type: 'upload', - prop: 'pic', - label: 'logo', - width: 185, - height: 44 - }, - { - type: 'input', - prop: 'siteName', - label: '公司官网', - }, - { - type: 'input', - prop: 'address', - label: '地址' - }, - { - type: 'input', - prop: 'phone', - label: '合作咨询', - }, - { - type: 'input', - prop: 'mail', - label: '客户建议' - }, - ], - form: { - pic: 'https://huorantech.com/images/about/logo.png', - siteName: '公司官网:www.huorantech.com', - address: `地址:广东省深圳市南山区粤海街道海天二路盈峰中心2101`, - phone: `合作咨询:郭经理 17671782660`, - mail: `客户建议:service@huorantech.cn`, - }, - labelWidth: '100px' - }, - { - type: 'form', - forms: [ - { - type: 'upload', - prop: 'pic', - label: '公众号二维码', - width: 103, - height: 103 - }, - { - type: 'input', - prop: 'title', - label: '公众号文案' - }, - ], - form: { - pic: 'https://huorantech.com/images/about/qrcode.jpg', - title: `扫一扫,关注公众号`, - }, - labelWidth: '100px' - }, - { - type: 'form', - forms: [ - { - type: 'upload', - prop: 'pic', - label: '小程序二维码', - width: 103, - height: 103 - }, - { - type: 'input', - prop: 'title', - label: '小程序文案' - }, - ], - form: { - pic: 'https://huorantech.com/images/about/mini-program-sm.jpg', - title: `扫一扫,登录职站商城`, - }, - labelWidth: '100px' - }, ], about: [ @@ -12618,4 +12514,236 @@ export default { ], }, ], + footer: [ + [ + { + type: 'form', + forms: [ + { + type: 'input', + prop: 'title', + label: '标题', + }, + { + type: 'input', + prop: 'des', + label: '描述' + }, + { + type: 'input', + prop: 'area', + label: '地区', + }, + ], + form: { + title: '联系我们', + des: `CONTACT US`, + area: '深圳', + } + }, + { + type: 'form', + forms: [ + { + type: 'upload', + prop: 'pic', + label: 'logo', + width: 185, + height: 44 + }, + { + type: 'input', + prop: 'siteName', + label: '公司官网', + }, + { + type: 'input', + prop: 'address', + label: '地址' + }, + { + type: 'input', + prop: 'phone', + label: '合作咨询', + }, + { + type: 'input', + prop: 'mail', + label: '客户建议' + }, + ], + form: { + pic: 'https://huorantech.com/images/about/logo.png', + siteName: '公司官网:www.huorantech.com', + address: `地址:广东省深圳市南山区粤海街道海天二路盈峰中心2101`, + phone: `合作咨询:郭经理 17671782660`, + mail: `客户建议:service@huorantech.cn`, + }, + labelWidth: '100px' + }, + { + type: 'form', + forms: [ + { + type: 'upload', + prop: 'pic', + label: '公众号二维码', + width: 103, + height: 103 + }, + { + type: 'input', + prop: 'title', + label: '公众号文案' + }, + ], + form: { + pic: 'https://huorantech.com/images/about/qrcode.jpg', + title: `扫一扫,关注公众号`, + }, + labelWidth: '100px' + }, + { + type: 'form', + forms: [ + { + type: 'upload', + prop: 'pic', + label: '小程序二维码', + width: 103, + height: 103 + }, + { + type: 'input', + prop: 'title', + label: '小程序文案' + }, + ], + form: { + pic: 'https://huorantech.com/images/about/mini-program-sm.jpg', + title: `扫一扫,登录职站商城`, + }, + labelWidth: '100px' + }, + ], + [ + { + type: 'form', + forms: [ + { + type: 'upload', + prop: 'pic', + label: 'logo', + }, + { + type: 'editor', + prop: 'info', + label: '信息', + }, + ], + form: { + pic: `https://huorantech.com/images/about/logo.png`, + info: `
广东省深圳市龙华区民治街道红山社区龙光玖钻商务中心南期A座2311
+ 粤ICP备20072679号 +一站式数字经济实训软件采购商城
+公司官网:www.huorantech.com
+合作咨询:15218726836
+客户建议:service@huorantech.cn
+地址:广东省深圳市龙华区民治街道红山社区龙光玖钻商务中心南期A座2311
+{{ modules[0].form.des }}
+{{ modules[0].form.area }}
+{{ modules[12].form.title }}
-{{ modules[2].form.title }}
+{{ modules[13].form.title }}
-{{ modules[3].form.title }}
+