16 lines
364 B
TypeScript
16 lines
364 B
TypeScript
|
|
|
||
|
|
|
||
|
|
export const filingConfig = {
|
||
|
|
copyright: "2025 LaiTool Management System",
|
||
|
|
gonxin: {
|
||
|
|
title: '蜀ICP备2024079688号-1',
|
||
|
|
href: 'https://beian.miit.gov.cn/',
|
||
|
|
show: true,
|
||
|
|
},
|
||
|
|
|
||
|
|
gongan: {
|
||
|
|
title: '蜀公网安备51010402012345号',
|
||
|
|
href: 'https://www.beian.gov.cn/portal/registerSystemInfo?recordcode=51010402012345',
|
||
|
|
show: false,
|
||
|
|
},
|
||
|
|
}
|