lin-xin 7 år sedan
förälder
incheckning
ffd10f7d29
4 ändrade filer med 10 tillägg och 2 borttagningar
  1. 4 0
      README.md
  2. 4 0
      README_EN.md
  3. 1 1
      index.html
  4. 1 1
      package.json

+ 4 - 0
README.md

@@ -16,7 +16,9 @@
 ## 功能 ##
 - [x] Element UI
 - [x] 登录/注销
+- [x] Dashboard
 - [x] 表格
+- [x] Tab选项卡
 - [x] 表单
 - [x] 图表 :bar_chart:
 - [x] 富文本编辑器
@@ -24,6 +26,8 @@
 - [x] 图片拖拽/裁剪上传
 - [x] 支持切换主题色 :sparkles:
 - [x] 列表拖拽排序
+- [x] 权限测试
+- [x] 404 / 403
 
 
 ## 目录结构介绍 ##

+ 4 - 0
README_EN.md

@@ -10,7 +10,9 @@ The scheme as a set of multi-function background frame templates, suitable for m
 ## Function ##
 - [x] Element-UI
 - [x] Login/Logout
+- [x] Dashboard
 - [x] Table
+- [x] Tabs
 - [x] From
 - [x] Chart :bar_chart:
 - [x] Editor
@@ -18,6 +20,8 @@ The scheme as a set of multi-function background frame templates, suitable for m
 - [x] Upload pictures by clipping or dragging
 - [x] Support manual switch themes :sparkles:
 - [x] List drag sort
+- [x] Permission
+- [x] 404 / 403
 
 
 ## Directory structure ##

+ 1 - 1
index.html

@@ -2,7 +2,7 @@
 <html>
 <head>
     <meta charset="utf-8">
-    <title>vue-manage-system | 基于Vue 的后台管理系统</title>
+    <title>vue-manage-system | 基于Vue的后台管理系统</title>
     <meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no">
     <meta name="keywords" content="vue, vue-manage-system, manage-system, 后台, 管理系统, element" />
     <meta name="description" content="基于Vue2 + Element UI 的后台管理系统解决方案" />

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "vue-manage-system",
-  "version": "3.0.0",
+  "version": "3.1.0",
   "description": "基于Vue.js 2.x系列 + element-ui 内容管理系统解决方案",
   "author": "lin-xin <2981207131@qq.com>",
   "private": true,