| | |
| | | import NavTop from '@/assets/mobimg/navtop-mob.png' |
| | | import scatter from '@/assets/mobimg/scatter.png' |
| | | import MenuBar from '@/assets/mobimg/menubar.png' |
| | | import CommonBar from '@/assets/mobimg/commonbar.png' |
| | | import timeline from '@/assets/mobimg/timeline.png' |
| | | |
| | | // 组件配置信息 |
| | |
| | | { type: 'menu', url: NavTop, component: 'topbar', subtype: 'topbar', title: '导航栏' }, |
| | | { type: 'menu', url: Navbar, component: 'navbar', subtype: 'tabbar', title: '菜单栏' }, |
| | | { type: 'menu', url: MenuBar, component: 'menubar', subtype: 'menubar', title: '菜单' }, |
| | | { type: 'menu', url: CommonBar, component: 'menubar', subtype: 'commonbar', title: '常用菜单' }, |
| | | { type: 'menu', url: tabs, component: 'tabs', subtype: 'tabs', title: '标签页', width: 24 }, |
| | | { type: 'menu', url: singlesearch, component: 'search', subtype: 'mainsearch', title: '搜索条件', width: 24 }, |
| | | { type: 'menu', url: card1, component: 'card', subtype: 'datacard', title: '数据卡', width: 24 }, |