From 2b45840e53d250f517874bea495bffaeda172807 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 03 三月 2022 12:52:16 +0800 Subject: [PATCH] 2022-03-03 --- src/menu/modulesource/option.jsx | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/menu/modulesource/option.jsx b/src/menu/modulesource/option.jsx index 1c30b6f..d640262 100644 --- a/src/menu/modulesource/option.jsx +++ b/src/menu/modulesource/option.jsx @@ -25,7 +25,7 @@ import chart from '@/assets/mobimg/chart.png' import tree from '@/assets/mobimg/tree.png' import timeline from '@/assets/mobimg/timeline.png' -import Voucher from '@/assets/mobimg/voucher.jpg' +// import Voucher from '@/assets/mobimg/voucher.jpg' // 缁勪欢閰嶇疆淇℃伅 export const menuOptions = [ @@ -58,5 +58,5 @@ { type: 'menu', url: Editor, component: 'editor', subtype: 'brafteditor', title: '瀵屾枃鏈�', width: 24, forbid: ['billPrint'] }, { type: 'menu', url: SandBox, component: 'code', subtype: 'sandbox', title: '鑷畾涔�', width: 24 }, { type: 'menu', url: group, component: 'group', subtype: 'normalgroup', title: '鍒嗙粍', width: 24, forbid: ['billPrint'] }, - { type: 'menu', url: Voucher, component: 'module', subtype: 'voucher', title: '鍑瘉', width: 24, forbid: ['billPrint'] }, + // { type: 'menu', url: Voucher, component: 'module', subtype: 'voucher', title: '鍑瘉', width: 24, forbid: ['billPrint'] }, ] -- Gitblit v1.8.0