Showing
1 changed file
with
8 additions
and
0 deletions
@@ -84,6 +84,10 @@ const defaultDegrades = [ | @@ -84,6 +84,10 @@ const defaultDegrades = [ | ||
84 | path: '/pc/open/bughd', | 84 | path: '/pc/open/bughd', |
85 | name: '【开关】打开JS错误收集功能' | 85 | name: '【开关】打开JS错误收集功能' |
86 | }, | 86 | }, |
87 | + { | ||
88 | + path: '/pc/ci/tdk', | ||
89 | + name: '【开关】打开TDK' | ||
90 | + }, | ||
87 | //wap | 91 | //wap |
88 | { | 92 | { |
89 | path: '/wap/plustar/removeCollect', | 93 | path: '/wap/plustar/removeCollect', |
@@ -140,6 +144,10 @@ const defaultDegrades = [ | @@ -140,6 +144,10 @@ const defaultDegrades = [ | ||
140 | { | 144 | { |
141 | path: '/wap/open/bughd', | 145 | path: '/wap/open/bughd', |
142 | name: '【开关】打开JS错误收集功能' | 146 | name: '【开关】打开JS错误收集功能' |
147 | + }, | ||
148 | + { | ||
149 | + path: '/wap/ci/tdk', | ||
150 | + name: '【开关】打开TDK' | ||
143 | } | 151 | } |
144 | ]; | 152 | ]; |
145 | 153 |
-
Please register or login to post a comment