feat: 🎸 新增二维码组件

This commit is contained in:
chenkl
2021-01-19 11:25:10 +08:00
parent 32b6583099
commit 85555eef7d
11 changed files with 602 additions and 7 deletions

View File

@@ -97,6 +97,14 @@ export const checkedRoleNodes = [
meta: {
title: '详情组件'
}
},
{
path: 'qrcode',
component: 'pages/index/views/components-demo/qrcode/index',
name: 'QrcodeDemo',
meta: {
title: '二维码组件'
}
}
]
},