Skip to content

Commit 44e7b64

Browse files
author
奇淼(piexlmax
authored
Merge pull request #571 from flipped-aurora/master
分支版本合并
2 parents 0298d1d + 0683c99 commit 44e7b64

File tree

3 files changed

+18
-4
lines changed

3 files changed

+18
-4
lines changed

SECURITY.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Security Policy
2+
3+
## Reporting a Vulnerability
4+
5+
Please report security issues to [email protected]

web/README.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ web
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 -- 路由权限
@@ -57,15 +61,20 @@ web
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 -- 跳转

web/src/view/init/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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({

0 commit comments

Comments
 (0)