From 7e5661416a8abec2dcb90f3a25d0ac25fa09ca96 Mon Sep 17 00:00:00 2001 From: wangshiming Date: Fri, 14 Jan 2022 15:29:31 +0800 Subject: [PATCH] =?UTF-8?q?=E7=8A=B6=E6=80=81=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/mocks/menu-data.json | 39 +++++++++++++++++++-------------- 1 file changed, 23 insertions(+), 16 deletions(-) diff --git a/src/assets/mocks/menu-data.json b/src/assets/mocks/menu-data.json index b93fec66..0b732eaa 100644 --- a/src/assets/mocks/menu-data.json +++ b/src/assets/mocks/menu-data.json @@ -438,6 +438,28 @@ } ] }, + { + "text": "操作日志", + "group": true, + "children": [ + { + "text": "系统操作日志", + "link": "/system/system-logs" + }, + { + "text": "货源操作日志", + "link": "/system/system-supply-logs" + }, + { + "text": "订单操作日志", + "link": "/system/system-waybill-logs" + }, + { + "text": "用户登录日志", + "link": "/system/user-logs" + } + ] + }, { "text": "CRM客户管理", "link": "/system/crm-management" @@ -462,22 +484,7 @@ "text": "基础配置", "link": "/system/basic-config" }, - { - "text": "系统操作日志", - "link": "/system/system-logs" - }, - { - "text": "货源操作日志", - "link": "/system/system-supply-logs" - }, - { - "text": "订单操作日志", - "link": "/system/system-waybill-logs" - }, - { - "text": "用户登录日志", - "link": "/system/user-logs" - }, + { "text": "版本发布记录", "link": "/system/version-logs"