diff --git a/.gitignore b/.gitignore index 060b35b..96a99dd 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ node_modules/ dist/ npm-debug.log +example.html diff --git a/README.md b/README.md index 71ba34d..b277fc4 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# manage-system # +# vue-manage-system # 基于Vue.js 2.x系列 + Element UI 的后台管理系统解决方案。[线上地址](http://blog.gdfengshuo.com/example/work/) [English document](https://github.com/lin-xin/manage-system/blob/master/README_EN.md) @@ -31,6 +31,7 @@ - [x] 权限测试 - [x] 404 / 403 - [x] 三级菜单 +- [x] 自定义图标 ## 目录结构介绍 ## @@ -53,6 +54,7 @@ | |-- BaseTable.vue // 基础表格 | |-- DashBoard.vue // 系统首页 | |-- DragList.vue // 拖拽列表组件 + | |-- Icon.vue // 自定义图标组件 | |-- Login.vue // 登录 | |-- Markdown.vue // markdown组件 | |-- Premission.vue // 权限测试组件 diff --git a/README_EN.md b/README_EN.md index fcb2009..11361d0 100644 --- a/README_EN.md +++ b/README_EN.md @@ -1,4 +1,4 @@ -# manage-system # +# vue-manage-system # The web management system solution based on Vue2 and Element-UI。[live demo](http://blog.gdfengshuo.com/example/work/) ## Donation @@ -22,6 +22,8 @@ The scheme as a set of multi-function background frame templates, suitable for m - [x] List drag sort - [x] Permission - [x] 404 / 403 +- [x] Three level menu +- [x] Custom icon ## Directory structure ## diff --git a/index.html b/index.html index 607011e..448640d 100644 --- a/index.html +++ b/index.html @@ -2,23 +2,10 @@ - vue-manage-system | 基于Vue的后台管理系统 + vue-manage-system - -
- - - diff --git a/package.json b/package.json index b168a7f..5e6d7fe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-manage-system", - "version": "3.1.1", + "version": "3.2.0", "description": "基于Vue.js 2.x系列 + element-ui 内容管理系统解决方案", "author": "lin-xin <2981207131@qq.com>", "private": true, diff --git a/screenshots/wms1.png b/screenshots/wms1.png index 7c5a269..8bdb1d4 100644 Binary files a/screenshots/wms1.png and b/screenshots/wms1.png differ diff --git a/screenshots/wms2.png b/screenshots/wms2.png index f252c4f..dada3db 100644 Binary files a/screenshots/wms2.png and b/screenshots/wms2.png differ diff --git a/screenshots/wms3.png b/screenshots/wms3.png new file mode 100644 index 0000000..e61c199 Binary files /dev/null and b/screenshots/wms3.png differ diff --git a/src/App.vue b/src/App.vue index 5d24c8d..08a8e28 100644 --- a/src/App.vue +++ b/src/App.vue @@ -4,6 +4,7 @@ diff --git a/src/components/page/Dashboard.vue b/src/components/page/Dashboard.vue index ed38869..5850595 100644 --- a/src/components/page/Dashboard.vue +++ b/src/components/page/Dashboard.vue @@ -2,41 +2,37 @@
- - - - - - - - -
- 语言详情 -
- Vue - - JavaScript - - CSS - - HTML - -
-
-
+ + + + + + +
+ 语言详情 +
+ Vue + + JavaScript + + CSS + + HTML + +
- +
1234
用户访问量
@@ -47,7 +43,7 @@
- +
321
系统消息
@@ -58,7 +54,7 @@
- +
5000
数量
@@ -67,7 +63,7 @@ - +
待办事项 添加 @@ -91,20 +87,32 @@ - + + + + + + + + + + + +
+ + \ No newline at end of file diff --git a/src/components/page/Login.vue b/src/components/page/Login.vue index 9a25553..35d1d42 100644 --- a/src/components/page/Login.vue +++ b/src/components/page/Login.vue @@ -1,18 +1,22 @@