feat:新增用户角色,角色管理,菜单管理

This commit is contained in:
wangwenrui
2020-12-07 14:12:37 +08:00
parent f07b6e889e
commit b786a2c67b
15 changed files with 1350 additions and 6 deletions

View File

@@ -5,6 +5,7 @@ export const staticMenus = {
title: i18n.t('overall.config'),
menu: [
{route: '/account', name: i18n.t('config.account.account')},
{route: '/roles', name: i18n.t('config.roles.roles')},
{route: '/promServer', name: i18n.t('config.promServer.promServerList')},
{route: '/dc', name: i18n.t('config.dc.dc')},
{route: '/model', name: i18n.t('config.model.model')},