egg-onerror:鸡蛋错误处理程序

时间:2024-05-23 22:18:45
【文件属性】:

文件名称:egg-onerror:鸡蛋错误处理程序

文件大小:49KB

文件格式:ZIP

更新时间:2024-05-23 22:18:45

egg-plugin HTML

无蛋 egg的默认错误处理插件。 安装 $ npm i egg-onerror 用法 egg-onerror默认情况下处于启用状态。 但是您仍然可以配置其属性以适合您的方案。 errorPageUrl: String or Function -如果用户在生产环境中请求html页面并且发生意外错误,它将把用户重定向到errorPageUrl 。 accepts: Function -检测用户的请求权限json或html 。 all: Function -自定义错误处理程序,如果all存在,则协商将被忽略。 html: Function -自定义html错误处理程序。 text: Function -自定义文本错误处理程序。 json: Function -自定义json错误处理程序。 jsonp: Function -自定义jsonp错误处理程序。 // config.de


【文件预览】:
egg-onerror-master
----.gitignore(49B)
----README.md(2KB)
----.github()
--------PULL_REQUEST_TEMPLATE.md(877B)
----appveyor.yml(267B)
----test()
--------fixtures()
--------onerror.test.js(13KB)
----History.md(3KB)
----agent.js(144B)
----LICENSE(1KB)
----.eslintrc(37B)
----app.js(4KB)
----package.json(1KB)
----.autod.conf.js(253B)
----config()
--------config.default.js(522B)
----.travis.yml(191B)
----lib()
--------onerror_page.mustache(33KB)
--------error_view.js(7KB)
--------utils.js(786B)

网友评论