From af02b8f3c3ec9e5684be1084904d673429421d2b Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 03 九月 2020 16:40:47 +0800 Subject: [PATCH] 2020-09-03 --- 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 7804842..f4e0ec0 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