link.js 258 B

123456789101112131415
  1. module.exports = [
  2. {
  3. title: '友情链接',
  4. icon: 'menu',
  5. module: '@links',
  6. children: [
  7. {
  8. title: '吉大正元',
  9. url: 'http://www.jit.com.cn',
  10. target: '_blank',
  11. icon: 'lianjie',
  12. },
  13. ],
  14. },
  15. ];