Commit d016d7ea authored by 杨硕's avatar 杨硕

Update README.md

parent 78a428ec
...@@ -84,10 +84,19 @@ npm run lint -- --fix ...@@ -84,10 +84,19 @@ npm run lint -- --fix
│ └── index.html // html模板 │ └── index.html // html模板
├── src // 源代码 ├── src // 源代码
│ ├── api // 所有请求 │ ├── api // 所有请求
│ ├──monitor // 日志模块请求接口
│ ├──system // 系统模块请求接口
│ ├──fileUploadPublic.js // 公共上传接口
│ └──login.js // 登录接口
│ ├── assets // 主题 字体 图片等静态资源 │ ├── assets // 主题 字体 图片等静态资源
│ ├── components // 全局公用组件 │ ├── components // 全局公用组件
│ ├──Breadcrumb // 面包屑
│ ├──coolbutton // 自定义按钮
│ ├──IconSelect // 图标查询
│ ├──Pagination // 分页
│ └──SvgIcon // svg图标
│ ├── directive // 全局指令 │ ├── directive // 全局指令
──permission // 权限设定 ──permission // 权限设定
│ ├── layout // 布局 │ ├── layout // 布局
│ ├── plugins // 通用方法 │ ├── plugins // 通用方法
│ ├── router // 路由 │ ├── router // 路由
...@@ -107,9 +116,9 @@ npm run lint -- --fix ...@@ -107,9 +116,9 @@ npm run lint -- --fix
│ ├──dict // 字典 │ ├──dict // 字典
│ ├──menu // 菜单 │ ├──menu // 菜单
│ ├──role // 角色 │ ├──role // 角色
──user // 用户 ──user // 用户
│ ├──404.vue // 404页面 │ ├──404.vue // 404页面
──reSetPsw.vue // 修改密码页面 ──reSetPsw.vue // 修改密码页面
│ ├── App.vue // 入口页面 │ ├── App.vue // 入口页面
│ ├── main.js // 入口 加载组件 初始化等 │ ├── main.js // 入口 加载组件 初始化等
│ ├── permission.js // 权限管理 │ ├── permission.js // 权限管理
...@@ -123,4 +132,4 @@ npm run lint -- --fix ...@@ -123,4 +132,4 @@ npm run lint -- --fix
├── .gitignore // git 忽略项 ├── .gitignore // git 忽略项
├── babel.config.js // babel.config.js ├── babel.config.js // babel.config.js
├── 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