Commit 78a428ec authored by 杨硕's avatar 杨硕

Update README.md

parent 499ac5c6
...@@ -84,9 +84,10 @@ npm run lint -- --fix ...@@ -84,9 +84,10 @@ npm run lint -- --fix
│ └── index.html // html模板 │ └── index.html // html模板
├── src // 源代码 ├── src // 源代码
│ ├── api // 所有请求 │ ├── api // 所有请求
│ ├── assets // 主题 字体等静态资源 │ ├── assets // 主题 字体 图片等静态资源
│ ├── components // 全局公用组件 │ ├── components // 全局公用组件
│ ├── directive // 全局指令 │ ├── directive // 全局指令
│ ├──permission // 权限设定
│ ├── layout // 布局 │ ├── layout // 布局
│ ├── plugins // 通用方法 │ ├── plugins // 通用方法
│ ├── router // 路由 │ ├── router // 路由
...@@ -96,8 +97,13 @@ npm run lint -- --fix ...@@ -96,8 +97,13 @@ npm run lint -- --fix
│ ├──controlPlatform // 工作台 │ ├──controlPlatform // 工作台
│ ├──login // 登录 │ ├──login // 登录
│ ├──monitor // 日志 │ ├──monitor // 日志
│ ├──errorLog // 异常日志
│ ├──loginInfo // 登录日志
│ ├──operLog // 操作日志
│ ├──system // 系统模块 │ ├──system // 系统模块
│ ├──dept // 部门 │ ├──dept // 部门
│ ├──otree // 部门树
│ ├──post // 岗位
│ ├──dict // 字典 │ ├──dict // 字典
│ ├──menu // 菜单 │ ├──menu // 菜单
│ ├──role // 角色 │ ├──role // 角色
...@@ -116,5 +122,5 @@ npm run lint -- --fix ...@@ -116,5 +122,5 @@ npm run lint -- --fix
├── .eslintrc.js // eslint 配置项 ├── .eslintrc.js // eslint 配置项
├── .gitignore // git 忽略项 ├── .gitignore // git 忽略项
├── babel.config.js // babel.config.js ├── babel.config.js // babel.config.js
├── package.json // package.json ├── package.json // 项目引入的包
└── vue.config.js // vue.config.js └── vue.config.js // vue.config.js
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment