Showing
1 changed file
with
8 additions
and
0 deletions
@@ -72,6 +72,10 @@ const defaultDegrades = [ | @@ -72,6 +72,10 @@ const defaultDegrades = [ | ||
72 | path: '/pc/pay/oldCart', | 72 | path: '/pc/pay/oldCart', |
73 | name: '【开关】开启老版购物车' | 73 | name: '【开关】开启老版购物车' |
74 | }, | 74 | }, |
75 | + { | ||
76 | + path: '/pc/geetest/validation', | ||
77 | + name: '【开关】关闭极验证验证码' | ||
78 | + }, | ||
75 | //wap | 79 | //wap |
76 | { | 80 | { |
77 | path: '/wap/plustar/removeCollect', | 81 | path: '/wap/plustar/removeCollect', |
@@ -120,6 +124,10 @@ const defaultDegrades = [ | @@ -120,6 +124,10 @@ const defaultDegrades = [ | ||
120 | { | 124 | { |
121 | path: '/wap/pay/newPay', | 125 | path: '/wap/pay/newPay', |
122 | name: '【开关】开启新版支付' | 126 | name: '【开关】开启新版支付' |
127 | + }, | ||
128 | + { | ||
129 | + path: '/wap/geetest/validation', | ||
130 | + name: '【开关】关闭极验证验证码' | ||
123 | } | 131 | } |
124 | ]; | 132 | ]; |
125 | 133 |
-
Please register or login to post a comment