personnel_management_mobile/pages/demo/demo.config.js

41 lines
762 B
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

export default [{
groupName: '基础功能',
list: [{
path: '/pages/demo/storage',
icon: 'cell',
title: 'Storage 操作',
}, {
path: '/pages/demo/vuex',
icon: 'sticky',
title: 'Vuex 操作',
}]
},
{
groupName: '网络功能',
list: [{
path: '/pages/demo/mock',
icon: 'layout',
title: 'Mock 调用',
}, {
path: '/pages/demo/request',
icon: 'tabbar',
title: 'API 调用',
}]
}, {
groupName: '业务功能',
list: [{
path: '/pages/demo/crud1',
icon: 'tag',
title: 'CRUD 操作基于Uniapp',
},{
path: '/pages/demo/crud2',
icon: 'tag',
title: 'CRUD 操作基于Uview',
},{
path: '/pages/componentsA/parse/index',
icon: 'loading',
title: '未完待续',
}]
},
]