You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
279 B
TypeScript

import jlIcon from '@/asset/jl-icon.png'
import bkIcon from '@/asset/bk-icon.png'
export const info = {
logo:[
{
icon:jlIcon,
title:'承德建龙'
},
{
icon:bkIcon,
title:'北科工研'
}
]
}