Authored by 姜枫

添加请求限制的开关

@@ -64,6 +64,10 @@ const defaultDegrades = [ @@ -64,6 +64,10 @@ const defaultDegrades = [
64 path: '/pc/user/removeStudentIdentification', 64 path: '/pc/user/removeStudentIdentification',
65 name: '【移除】学生认证开关' 65 name: '【移除】学生认证开关'
66 }, 66 },
  67 + {
  68 + path: '/pc/sys/noLimiter',
  69 + name: '【开关】关闭请求限制'
  70 + },
67 //wap 71 //wap
68 { 72 {
69 path: '/wap/plustar/removeCollect', 73 path: '/wap/plustar/removeCollect',
@@ -100,6 +104,10 @@ const defaultDegrades = [ @@ -100,6 +104,10 @@ const defaultDegrades = [
100 { 104 {
101 path: '/wap/user/removeStudentIdentification', 105 path: '/wap/user/removeStudentIdentification',
102 name: '【移除】学生认证开关' 106 name: '【移除】学生认证开关'
  107 + },
  108 + {
  109 + path: '/wap/sys/noLimiter',
  110 + name: '【开关】关闭请求限制'
103 } 111 }
104 ]; 112 ];
105 113