From 3665e7332f32a5a5482d6f75dfe95cc46468394b Mon Sep 17 00:00:00 2001 From: xyli Date: Thu, 2 Feb 2023 09:09:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4node-index.json=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/menus/node-index.json | 96 ++++++++++++++++++++++++ 1 file changed, 96 insertions(+) create mode 100644 src/main/resources/menus/node-index.json diff --git a/src/main/resources/menus/node-index.json b/src/main/resources/menus/node-index.json new file mode 100644 index 0000000..0f0cee9 --- /dev/null +++ b/src/main/resources/menus/node-index.json @@ -0,0 +1,96 @@ +[ + { + "id": "welcome", + "title": "首页", + "icon_v3": "dashboard" + }, + // { + // "id": "manage", + // "title": "项目管理", + // "icon_v3": "project", + // "childs": [ + // { + // "id": "manageList", + // "title": "项目列表" + // }, + // { + // "id": "jdkList", + // "title": "JDK管理" + // }, + // { + // "id": "projectRecover", + // "title": "项目回收" + // } + // ] + // }, + // { + // "id": "otherM", + // "title": "其他功能", + // "icon_v3": "more", + // "childs": [ + // { + // "id": "tomcatManage", + // "title": "Tomcat管理" + // }, + // { + // "id": "script", + // "title": "脚本模板" + // } + // ] + // }, + // { + // "id": "nginx", + // "title": "nginx管理", + // "icon_v3": "gateway", + // "childs": [ + // { + // "id": "nginxList", + // "title": "nginx列表" + // }, + // { + // "id": "certificate", + // "title": "证书管理" + // } + // ] + // }, + // { + // "id": "systemConfig", + // "title": "系统管理", + // "icon_v3": "setting", + // "role": "sys", + // "childs": [ + // { + // "id": "whitelistDirectory", + // "title": "白名单配置" + // }, + // { + // "id": "cacheManage", + // "title": "缓存管理" + // }, + // { + // "id": "logManage", + // "title": "系统日志" + // }, + // { + // "id": "update", + // "title": "在线升级" + // }, + // { + // "id": "sysConfig", + // "title": "系统配置" + // } + // ] + // }, + { + "id": "package", + "title": "软件包管理", + "url": "", + "icon_v3": "border" + }, + { + "id": "source", + "title": "软件源管理", + "url": "", + "icon_v3": "branches" + } +] -- Gitee