Explorar el Código

增加errorCode 417为非法的IP访问

wukai hace 1 año
padre
commit
67d6758120
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/utils/errorCode.js

+ 1 - 0
src/utils/errorCode.js

@@ -2,5 +2,6 @@ export default {
   '401': '认证失败,无法访问系统资源',
   '403': '当前操作没有权限',
   '404': '访问资源不存在',
+  '417': '非法IP访问',
   'default': '系统未知错误,请反馈给管理员'
 }