File tree Expand file tree Collapse file tree 3 files changed +18
-4
lines changed Expand file tree Collapse file tree 3 files changed +18
-4
lines changed Original file line number Diff line number Diff line change 1+ # Security Policy
2+
3+ ## Reporting a Vulnerability
4+
5+ Please report security issues to
[email protected]
Original file line number Diff line number Diff line change 3838│ ├── api -- 所有请求
3939│ ├── assets -- 主题 字体等静态资源
4040| ├── components -- components组件
41+ | ├── core -- gva抽离的一些前端资源
42+ | | ├── config .js -- 配置文件
43+ | | └── element_lazy .js -- elementt按需引入文件
44+ | | └── gin - vue - admin .js -- gva前端控制库
4145| ├── directive -- 公用方法
4246| ├── mixins -- 公用方法
4347| ├── router -- 路由权限
5761| | ├── example -- 上传案例
5862| | ├── iconList -- icon列表
5963| | ├── init -- 初始化数据
64+ | | | ├── index -- 新版本
65+ | | | ├── init -- 旧版本
6066| | ├── layout -- layout约束页面
6167| | | ├── aside --
6268| | | ├── bottomInfo -- bottomInfo
6369| | | ├── screenfull -- 全屏设置
70+ | | | ├── setting -- 系统设置
6471| | | └── index .vue -- base 约束
65- | | ├── login -- 结算单管理
66- | | ├── person -- 结算单管理
72+ | | ├── login -- 登录
73+ | | ├── person -- 个人中心
6774| | ├── superAdmin -- 超级管理员操作
68- | | └── home .vue -- page 入口页面
75+ | | ├── system -- 系统检测页面
76+ | | ├── systemTools -- 系统配置相关页面
77+ | | └── routerHolder .vue -- page 入口页面
6978│ ├── App .vue -- 入口页面
7079│ ├── main .js -- 入口文件 加载组件 初始化等
7180│ └── permission .js -- 跳转
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ export default {
8585 console .log (this .hello )
8686 },
8787 goDoc () {
88- window .open (' https://www.gin-vue-admin.com' )
88+ window .open (' https://www.gin-vue-admin.com/docs/first_master#3-init ' )
8989 },
9090 async onSubmit () {
9191 const loading = this .$loading ({
You can’t perform that action at this time.
0 commit comments