feat:权限(除role的相关按钮外)

This commit is contained in:
陈劲松
2020-12-08 22:14:52 +08:00
committed by chenjinsong
28 changed files with 2139 additions and 371 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')},