Commit 98d909a73a159bfebca6adff050164f1f716f243

Authored by fengwotao
1 parent af07b131

perf: 优化重构app,优化主分包体积大小

1 const actions = [{ 1 const actions = [{
2 - url: '/sysnotify-subpackage/sys-notify/system-notify',  
3 - text: '系统通知',  
4 - leftIcon: '/static/sys-not.png',  
5 - rightIcon: '/static/arrow-right.png' 2 + name: '全部',
  3 + value: ''
6 }, 4 },
7 { 5 {
8 - url: '/feedback-subpackage/feedback/feedback',  
9 - text: '意见反馈',  
10 - leftIcon: '/static/find-sugg.png',  
11 - rightIcon: '/static/arrow-right.png' 6 + name: '会议',
  7 + value: 'MEETING'
  8 + },
  9 + {
  10 + name: '公告',
  11 + value: 'NOTICE'
  12 + },
  13 + {
  14 + name: '其他',
  15 + value: 'OTHER'
12 } 16 }
13 ] 17 ]
  18 +
  19 +
14 export { 20 export {
15 actions 21 actions
16 } 22 }