Authored by 姜枫

添加请求限制的开关

... ... @@ -64,6 +64,10 @@ const defaultDegrades = [
path: '/pc/user/removeStudentIdentification',
name: '【移除】学生认证开关'
},
{
path: '/pc/sys/noLimiter',
name: '【开关】关闭请求限制'
},
//wap
{
path: '/wap/plustar/removeCollect',
... ... @@ -100,6 +104,10 @@ const defaultDegrades = [
{
path: '/wap/user/removeStudentIdentification',
name: '【移除】学生认证开关'
},
{
path: '/wap/sys/noLimiter',
name: '【开关】关闭请求限制'
}
];
... ...