nuxt初始化
This commit is contained in:
16
nuxt-web/data/site.ts
Normal file
16
nuxt-web/data/site.ts
Normal file
@@ -0,0 +1,16 @@
|
||||
export const siteInfo = {
|
||||
companyName: '烟台岸基网络科技有限公司',
|
||||
phone: '0535-2106025',
|
||||
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
|
||||
Reference in New Issue
Block a user