From fbf25a99e0bc643be89b0f9dd0efed7867f1490e Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 27 七月 2022 18:08:02 +0800 Subject: [PATCH] 2022-07-27 --- src/utils/option.js | 18 +++++++++--------- 1 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/utils/option.js b/src/utils/option.js index 3a893d3..820030e 100644 --- a/src/utils/option.js +++ b/src/utils/option.js @@ -1,7 +1,7 @@ import zhCN from '@/locales/zh-CN/model.js' import enUS from '@/locales/en-US/model.js' import nortable from '@/assets/img/normaltable.jpg' -import mainsubtable from '@/assets/img/mainsubtable.jpg' +// 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' @@ -55,14 +55,14 @@ baseconfig: '', isSystem: true }, - { - title: '涓诲瓙琛ㄨ〃鏍�', - type: 'CommonTable', - url: mainsubtable, - baseconfig: '', - isSystem: true, - isSubtable: true - }, + // { + // title: '涓诲瓙琛ㄨ〃鏍�', + // type: 'CommonTable', + // url: mainsubtable, + // baseconfig: '', + // isSystem: true, + // isSubtable: true + // }, { title: '鑷畾涔�', type: 'CustomPage', -- Gitblit v1.8.0