topMenu.js 316 Bytes
Newer Older
bert committed
1 2
module.exports = [
        {
bert committed
3 4
          key: 'home',
          name: 'Home',
bert committed
5 6 7
          icon: 'book'
        },
        {
bert committed
8 9
          key: 'test',
          name: 'Test',
bert committed
10
          icon: 'user'
bert committed
11 12 13 14 15
        },
        {
          key: 'loding',
          name: '加载效果',
          icon: 'smile-circle'
bert committed
16 17
        }
     ]