gdh-utils
v1.0.6
Published
<!-- <p align="center"> <a href="https://www.antdv.com/"> <img width="200" src="https://aliyuncdn.antdv.com/logo.png"> </a> </p> -->
Downloads
10
Readme
适用于 Gdh-Basic-Front-Cli 脚手架工程的工具库
安装
使用 npm 或 yarn 安装
$ npm install gdh-utils --save
$ yarn add gdh-utils
如果你的网络环境不佳,推荐使用 cnpm。
使用
import { greet, gdhBeforeEach } from 'gdh-utils';
router.beforeEach(gdhBeforeEach({
router,
AxiosError,
useUserStore,
useAuthorization,
tokenBeforeCheck: () => {
console.log(greet('This is GDH Utils'), 'tokenBeforeCheck');
},
}));
链接
版本
1.0.2
- 去除 GdhBeforeEach 方法中 AxiosError 的传入,修改为库内部实现
1.0.1:
- 新增README.md
1.0.0
- 初始化