13 lines
500 B
TypeScript
13 lines
500 B
TypeScript
export const COMPANY_INFO = {
|
|
name: '四川睿新致远科技有限公司',
|
|
shortName: '睿新致遠',
|
|
slogan: '智连未来,成长伙伴',
|
|
description: '以智慧连接数字趋势,以伙伴身份陪您成长——您的数字化转型同行者',
|
|
founded: '2026',
|
|
location: '四川省成都市',
|
|
email: 'contact@novalon.cn',
|
|
address: '中国四川省成都市龙泉驿区幸福路12号',
|
|
icp: '蜀ICP备2026013658号',
|
|
police: '川公网安备51010602003285号',
|
|
} as const;
|