This commit is contained in:
luyuan 2020-05-14 17:26:39 +08:00
parent 570c62e228
commit 5a6a3ad1ab

View File

@ -14,7 +14,8 @@
## 主要实现 ## 主要实现
### 目录结构 ### 目录结构
``` ```
|-model\ |-dist/ 打包后文件
|-model/
| |-console.js 拦截console的主要模块 | |-console.js 拦截console的主要模块
| |-errorhook.js 全局拦截错误的主要模块 | |-errorhook.js 全局拦截错误的主要模块
| |-custom.js 自定义输出主要模块 | |-custom.js 自定义输出主要模块