1
0
Files
ag-index/nuxt-web/data/site.ts
2026-04-20 09:45:20 +08:00

17 lines
689 B
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

export const siteInfo = {
companyName: '烟台岸基网络科技有限公司',
phone: '05352106025',
qq: '278294683',
email: 'agsoft@china-coast.com',
businessHours: '08:30 - 17:30',
address: '山东省烟台市莱山区山海路117号总部经济基地3楼',
wechatOfficialImage: '/images/wechat.webp',
footerLogo: '/images/logo.png.webp',
headerLogo: '/images/logo-2.webp',
icpText: '鲁ICP备18054574号-1',
icpHref: 'https://beian.miit.gov.cn/',
publicSecurityText: '鲁公网安备 37061302000340号',
publicSecurityHref: 'http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=37061302000340',
publicSecurityImage: '/images/beian.png'
} as const