1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980 |
- export const pcFooter = (t:any) => {
- return [
- {
- title: t('header.core_product'),
- list: [
- {
- text: t('manage.sceneAdmin.sdsg'),
- link: 'Meta'
- },
- {
- text: t('header.Mega'),
- link: 'Mega'
- },
- {
- text: t('header.kankanMinion'),
- link: 'Minion'
- },
- {
- text: t('header.mallPro'),
- link: 'KanKan'
- }
- ]
- },
- {
- title: t('header.solutions'),
- list: [
- {
- text: t('header.solutionsExi'),
- link: 'solutions/smartCity'
- },
- {
- text: t('header.solutionsSubject'),
- link: 'solutions/museum'
- },
- {
- text: t('header.solutionsSec'),
- link: 'solutions/government'
- },
- {
- text: t('header.solutionsHouse'),
- link: 'solutions/property'
- },
- ]
- },
- {
- title: t('header.service'),
- list: [
- {
- text: t('header.serviceApp'),
- link: 'service/app/pro'
- }, {
- text: t('service.help'),
- link: 'service/use/help'
- },
- {
- text: t('header.serviceBaoxiu'),
- link: 'service/clause/pro'
- },
- ]
- },
- {
- title: t('header.about'),
- list: [
- {
- text: t('header.aboutCompany'),
- link: 'about'
- },
- {
- text: t('header.aboutNews'),
- link: 'news'
- },
- {
- text: t('header.aboutAgent'),
- link: 'distributor'
- }
- ]
- }
- ]
- }
|