vue-admin icon indicating copy to clipboard operation
vue-admin copied to clipboard

前后端完全分离--管理员端基于vue+element-ui+vue-cli3解决方案

Results 5 vue-admin issues
Sort by recently updated
recently updated
newest added

Bumps [showdown](https://github.com/showdownjs/showdown) from 1.8.6 to 1.9.1. Release notes Sourced from showdown's releases. 1.9.1 (2019-11-02) 1.9.1 (2019-11-02) Bug Fixes openLinksInNewWindow: add rel="noopener noreferrer" to links (1cd281f), closes #670 Dependecy update yargs:...

dependencies

修改前端部署问题

Bumps [axios](https://github.com/axios/axios) from 0.18.0 to 0.19.2. Release notes Sourced from axios's releases. v0.19.2 Remove unnecessary XSS check (#2679) (see (#2646) for discussion) v0.19.1 Fixes and Functionality: Fixing invalid agent issue...

dependencies

![ddd](https://user-images.githubusercontent.com/28108111/72775218-7c5cf480-3c48-11ea-95b9-72941fbc47e3.png) ![php](https://user-images.githubusercontent.com/28108111/72775287-bb8b4580-3c48-11ea-9110-461fe0e1c445.png) 重现步骤: 1. 登录一个`普通管理员`账号 2. 访问没有权限的后端接口 请问判断权限有没有什么计划或思路调整?

当当前用户被挤下线或者token过期,需要用户重新登录授权获取新token的时候,体验不是很好,比如用户正在填写表单,填完了然后提交,这个时候被挤下线或后端返回token过期,然后用户不得不重新登录,登录后之前没有完成的操作就没有被保存起来,表单需要重新填写。表单其实还能接受,假如用户正在下单。。 还想请教下图上这个挤下线功能是怎么实现的。 ![1](https://user-images.githubusercontent.com/9047357/58774159-ad71b180-85f2-11e9-8c9e-b8df1a2cb1d0.png)