From 1b89aa4493d1c9768447f2f480d594cdb8077fdc Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期一, 26 十月 2020 09:24:19 +0800 Subject: [PATCH] 2020-10-26 --- src/utils/option.js | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/utils/option.js b/src/utils/option.js index 1e17c21..32aa4f4 100644 --- a/src/utils/option.js +++ b/src/utils/option.js @@ -4,7 +4,7 @@ import mainsubtable from '@/assets/img/mainsubtable.jpg' import treepage from '@/assets/img/treepage.jpg' import calendar from '@/assets/img/calendar.jpg' -// import customImg from '@/assets/img/custom.jpg' +import customImg from '@/assets/img/custom.jpg' import rolemanage from '@/assets/img/rolemanage.jpg' const _dict = sessionStorage.getItem('lang') !== 'en-US' ? zhCN : enUS @@ -78,13 +78,13 @@ baseconfig: '', isSystem: true }, - // { - // title: '鑷畾涔�', - // type: 'CustomPage', - // url: customImg, - // baseconfig: '', - // isSystem: true - // }, + { + title: '鑷畾涔�', + type: 'CustomPage', + url: customImg, + baseconfig: '', + isSystem: true + }, { title: '瑙掕壊鏉冮檺鍒嗛厤', type: 'RolePermission', -- Gitblit v1.8.0