Skip to content

Commit

Permalink
style(code): 修改代码格式
Browse files Browse the repository at this point in the history
  • Loading branch information
BoBoooooo committed Apr 1, 2020
1 parent 8569875 commit 5d61230
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/permission.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
* @Description
* 登录鉴权js,获取当前用户token身份信息以及所拥有的路由权限
*/
import NProgress from 'nprogress'; // Progress 进度条
import router from './router';
import store from './store';
import NProgress from 'nprogress'; // Progress 进度条
import 'nprogress/nprogress.css'; // Progress 进度条样式
import {
getToken,
Expand Down

0 comments on commit 5d61230

Please sign in to comment.