diff --git a/package.json b/package.json
index eca03fc..b168a7f 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "vue-manage-system",
- "version": "3.1.0",
+ "version": "3.1.1",
"description": "基于Vue.js 2.x系列 + element-ui 内容管理系统解决方案",
"author": "lin-xin <2981207131@qq.com>",
"private": true,
diff --git a/src/components/common/Sidebar.vue b/src/components/common/Sidebar.vue
index 0289fcf..fdc1d1c 100644
--- a/src/components/common/Sidebar.vue
+++ b/src/components/common/Sidebar.vue
@@ -8,9 +8,17 @@
{{ item.title }}
-
- {{ subItem.title }}
-
+
+
+ {{ subItem.title }}
+
+ {{ threeItem.title }}
+
+
+
+ {{ subItem.title }}
+
+
@@ -55,12 +63,18 @@
title: '基本表单'
},
{
- index: 'editor',
- title: '富文本编辑器'
- },
- {
- index: 'markdown',
- title: 'markdown编辑器'
+ index: '3-2',
+ title: '编辑器',
+ subs: [
+ {
+ index: 'editor',
+ title: '富文本编辑器'
+ },
+ {
+ index: 'markdown',
+ title: 'markdown编辑器'
+ },
+ ]
},
{
index: 'upload',