新增-系统设置-菜单权限-角色权限页面

This commit is contained in:
啊俊
2021-07-20 22:53:08 +08:00
parent 9542345b54
commit 54e68db0c2
7 changed files with 527 additions and 2 deletions

View File

@@ -60,7 +60,8 @@ import {
NInputNumber,
NLoadingBarProvider,
NModal,
NUpload
NUpload,
NTree
} from 'naive-ui'
const naive = create({
@@ -124,7 +125,8 @@ const naive = create({
NInputNumber,
NLoadingBarProvider,
NModal,
NUpload
NUpload,
NTree
]
})