You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
69 lines
2.3 KiB
69 lines
2.3 KiB
export default {
|
|
route: {
|
|
path: '/',
|
|
routes: [],
|
|
},
|
|
location: {
|
|
// pathname: '/',
|
|
},
|
|
bgLayoutImgList: [
|
|
{
|
|
src: 'https://img.alicdn.com/imgextra/i2/O1CN01O4etvp1DvpFLKfuWq_!!6000000000279-2-tps-609-606.png',
|
|
left: 85,
|
|
bottom: 100,
|
|
height: '303px',
|
|
},
|
|
{
|
|
src: 'https://img.alicdn.com/imgextra/i2/O1CN01O4etvp1DvpFLKfuWq_!!6000000000279-2-tps-609-606.png',
|
|
bottom: -68,
|
|
right: -45,
|
|
height: '303px',
|
|
},
|
|
{
|
|
src: 'https://img.alicdn.com/imgextra/i3/O1CN018NxReL1shX85Yz6Cx_!!6000000005798-2-tps-884-496.png',
|
|
bottom: 0,
|
|
left: 0,
|
|
width: '331px',
|
|
},
|
|
],
|
|
appList: [
|
|
{
|
|
icon: 'https://gw.alipayobjects.com/zos/rmsportal/KDpgvguMpGfqaHPjicRK.svg',
|
|
title: 'Ant Design',
|
|
desc: '杭州市较知名的 UI 设计语言',
|
|
url: 'https://ant.design',
|
|
},
|
|
{
|
|
icon: 'https://gw.alipayobjects.com/zos/antfincdn/FLrTNDvlna/antv.png',
|
|
title: 'AntV',
|
|
desc: '蚂蚁集团全新一代数据可视化解决方案',
|
|
url: 'https://antv.vision/',
|
|
target: '_blank',
|
|
},
|
|
{
|
|
icon: 'https://img.alicdn.com/tfs/TB1zomHwxv1gK0jSZFFXXb0sXXa-200-200.png',
|
|
title: 'umi',
|
|
desc: '插件化的企业级前端应用框架。',
|
|
url: 'https://umijs.org/zh-CN/docs',
|
|
},
|
|
|
|
{
|
|
icon: 'https://gw.alipayobjects.com/zos/rmsportal/XuVpGqBFxXplzvLjJBZB.svg',
|
|
title: '语雀',
|
|
desc: '知识创作与分享工具',
|
|
url: 'https://www.yuque.com/',
|
|
},
|
|
{
|
|
icon: 'https://gw.alipayobjects.com/zos/rmsportal/LFooOLwmxGLsltmUjTAP.svg',
|
|
title: 'Kitchen ',
|
|
desc: 'Sketch 工具集',
|
|
url: 'https://kitchen.alipay.com/',
|
|
},
|
|
{
|
|
icon: 'https://gw.alipayobjects.com/zos/bmw-prod/d3e3eb39-1cd7-4aa5-827c-877deced6b7e/lalxt4g3_w256_h256.png',
|
|
title: 'dumi',
|
|
desc: '为组件开发场景而生的文档工具',
|
|
url: 'https://d.umijs.org/zh-CN',
|
|
},
|
|
],
|
|
}
|