perf: terminal icon

This commit is contained in:
ibuler 2022-03-30 11:24:01 +08:00 committed by 老广
parent 9f7c145065
commit 0c9440d835
2 changed files with 1 additions and 3 deletions

View File

@ -1,4 +1,3 @@
const tokens = {
admin: {
token: 'admin-token'
@ -46,7 +45,6 @@ export default [
}
}
},
// get user info
{
url: '/vue-admin-template/user/info\.*',

View File

@ -85,7 +85,7 @@ export default {
component: () => import('@/views/settings/Terminal'),
meta: {
title: i18n.t('setting.Terminal'),
icon: 'terminal',
icon: 'tasks',
permissions: ['settings.change_terminal']
}
},