update
This commit is contained in:
parent
9c330ed708
commit
07104fa3aa
@ -3,7 +3,7 @@
|
|||||||
- token 服务器项目token
|
- token 服务器项目token
|
||||||
## 功能
|
## 功能
|
||||||
- 错误获取 全局拦截错误 以error状态传递到服务器
|
- 错误获取 全局拦截错误 以error状态传递到服务器
|
||||||
- console.log拦截 重写console.log 以info状态传递到服务器
|
- console.log拦截 重写console.log 以console状态传递到服务器
|
||||||
- 自定义输出 info warning error
|
- 自定义输出 info warning error
|
||||||
|
|
||||||
## 使用技术栈
|
## 使用技术栈
|
||||||
@ -26,4 +26,4 @@
|
|||||||
> 可能还需要babel配置文件
|
> 可能还需要babel配置文件
|
||||||
### 各模块介绍
|
### 各模块介绍
|
||||||
#### console.js
|
#### console.js
|
||||||
拦截所有的输出,用info形式上传至服务器,
|
拦截所有的输出,用console形式上传至服务器,用于获取个性输出,
|
Loading…
Reference in New Issue
Block a user