Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit c65ce9b

Browse files
committed
Merge branch 'dev'
2 parents c70baa6 + 8f5bf1f commit c65ce9b

File tree

2 files changed

+14
-10
lines changed

2 files changed

+14
-10
lines changed

‎README.md

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,16 @@
3131
- [在线预览-github](https://gcddblue.github.io/vue-admin-webapp)
3232
- [在线预览-gitee](https://gcddblue.gitee.io/vue-admin-webapp) (推荐国内用户)
3333

34-
**目前版本基于 `webpack 4.0+``vue-cli 3.x` 版本构建,需要 [Node.js](https://nodejs.org/) 8.9或更高版本(推荐8.11.0+),相关知识可以自行进官网进行了解**
34+
**目前版本基于 `webpack 4.0+``vue-cli 3.x` 版本构建,需要 [Node.js](https://nodejs.org/) 8.9 或更高版本(推荐 8.11.0+),相关知识可以自行进官网进行了解**
3535

36-
## 快速开始
36+
## 快速开始
3737

3838
> 在开始之前,请确保在本地安装 node 和 webpack 及 git。 本项目涉及的技术栈主要有 [ES6](http://es6.ruanyifeng.com/)[vue](https://cn.vuejs.org/)[vuex](https://vuex.vuejs.org/zh/)[vue-router](https://router.vuejs.org/zh/)[vue-cli](https://cli.vuejs.org/zh/guide/)[axios](http://www.axios-js.com/)[webpack](https://www.webpackjs.com/)[element-ui](https://element.eleme.io/#/zh-CN)[easyMock](https://www.easy-mock.com/) ,所以你最好提前熟悉了解这些知识,这将对你认识学习该项目有很大帮助
3939
40+
详细的项目介绍,可以关注我的的相关文章:
41+
42+
[正确姿势开发 vue 后台管理系统](https://juejin.im/post/5d69f6676fb9a06b0b1c8cd2)
43+
4044
### 安装
4145

4246
```
@@ -62,31 +66,31 @@ npm run serve
6266
```
6367
- 登录 / 注销
6468
- 登录仿GeeTest-极验安全策略
65-
69+
6670
- 页面
6771
- 初次进入引导用户
6872
- sideBar收缩和展开
6973
- 全屏控制
70-
74+
7175
- 侧边栏
7276
- 根据不同用户权限展示相应的动态左侧菜单
73-
77+
7478
- 权限验证
7579
- 管理员页面
7680
- 权限设置
77-
81+
7882
- 表格操作
7983
- 涉及平常业务遇到的相关表格操作(参考)
8084
- Excel
8185
- Excel导出
8286
- Excel导入
8387
- 多级表头导出
84-
88+
8589
- Echarts
8690
- 滑动显示更多数据
8791
- 动态切换charts
8892
- map地图使用
89-
93+
9094
- Icons
9195
- element-icon
9296
- 阿里iconfont
@@ -100,4 +104,4 @@ npm run serve
100104

101105
[MIT](https://github.com/gcddblue/vue-admin-webapp/blob/master/LICENSE)
102106

103-
Copyright (c) 2019 gcddblu
107+
Copyright (c) 2019 gcddblu

‎src/store/modules/user.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ const actions = {
5757
router.push({
5858
path: '/login',
5959
query: {
60-
redirect: router.currentRoute.fullPath
60+
redirect: '/'
6161
}
6262
})
6363
},

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /