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.

68 lines
2.3 KiB

2 years ago
  1. export default {
  2. route: {
  3. path: '/',
  4. routes: [],
  5. },
  6. location: {
  7. // pathname: '/',
  8. },
  9. bgLayoutImgList: [
  10. {
  11. src: 'https://img.alicdn.com/imgextra/i2/O1CN01O4etvp1DvpFLKfuWq_!!6000000000279-2-tps-609-606.png',
  12. left: 85,
  13. bottom: 100,
  14. height: '303px',
  15. },
  16. {
  17. src: 'https://img.alicdn.com/imgextra/i2/O1CN01O4etvp1DvpFLKfuWq_!!6000000000279-2-tps-609-606.png',
  18. bottom: -68,
  19. right: -45,
  20. height: '303px',
  21. },
  22. {
  23. src: 'https://img.alicdn.com/imgextra/i3/O1CN018NxReL1shX85Yz6Cx_!!6000000005798-2-tps-884-496.png',
  24. bottom: 0,
  25. left: 0,
  26. width: '331px',
  27. },
  28. ],
  29. appList: [
  30. {
  31. icon: 'https://gw.alipayobjects.com/zos/rmsportal/KDpgvguMpGfqaHPjicRK.svg',
  32. title: 'Ant Design',
  33. desc: '杭州市较知名的 UI 设计语言',
  34. url: 'https://ant.design',
  35. },
  36. {
  37. icon: 'https://gw.alipayobjects.com/zos/antfincdn/FLrTNDvlna/antv.png',
  38. title: 'AntV',
  39. desc: '蚂蚁集团全新一代数据可视化解决方案',
  40. url: 'https://antv.vision/',
  41. target: '_blank',
  42. },
  43. {
  44. icon: 'https://img.alicdn.com/tfs/TB1zomHwxv1gK0jSZFFXXb0sXXa-200-200.png',
  45. title: 'umi',
  46. desc: '插件化的企业级前端应用框架。',
  47. url: 'https://umijs.org/zh-CN/docs',
  48. },
  49. {
  50. icon: 'https://gw.alipayobjects.com/zos/rmsportal/XuVpGqBFxXplzvLjJBZB.svg',
  51. title: '语雀',
  52. desc: '知识创作与分享工具',
  53. url: 'https://www.yuque.com/',
  54. },
  55. {
  56. icon: 'https://gw.alipayobjects.com/zos/rmsportal/LFooOLwmxGLsltmUjTAP.svg',
  57. title: 'Kitchen ',
  58. desc: 'Sketch 工具集',
  59. url: 'https://kitchen.alipay.com/',
  60. },
  61. {
  62. icon: 'https://gw.alipayobjects.com/zos/bmw-prod/d3e3eb39-1cd7-4aa5-827c-877deced6b7e/lalxt4g3_w256_h256.png',
  63. title: 'dumi',
  64. desc: '为组件开发场景而生的文档工具',
  65. url: 'https://d.umijs.org/zh-CN',
  66. },
  67. ],
  68. }