Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
9
91isoft_vue_manage
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
杨硕
91isoft_vue_manage
Commits
d016d7ea
Commit
d016d7ea
authored
Aug 01, 2023
by
杨硕
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README.md
parent
78a428ec
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
4 deletions
+13
-4
README.md
README.md
+13
-4
No files found.
README.md
View file @
d016d7ea
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment