From 186db9d19ee6e6b0961de9b8c45c519528c83088 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=B1=E7=9C=A0=E4=BB=AA=E5=BC=8F?= <854085467@qq.com> Date: Wed, 10 Mar 2021 12:57:56 +0800 Subject: [PATCH] remove more json file --- admin/data/document.json | 0 admin/data/routes.json | 16 ---------------- 2 files changed, 16 deletions(-) delete mode 100644 admin/data/document.json delete mode 100644 admin/data/routes.json diff --git a/admin/data/document.json b/admin/data/document.json deleted file mode 100644 index e69de29..0000000 diff --git a/admin/data/routes.json b/admin/data/routes.json deleted file mode 100644 index bbd07b4..0000000 --- a/admin/data/routes.json +++ /dev/null @@ -1,16 +0,0 @@ -[{ - "id": 1, - "title": "工作空间", - "type": 0, - "icon": "layui-icon layui-icon-console", - "href": "", - "children": [{ - "id": 10, - "title": "控制后台", - "icon": "layui-icon layui-icon-console", - "type": 1, - "openType": "_iframe", - "href": "view/console/console1.html" - }] -}] - \ No newline at end of file