Browse Source

去掉测试

Changpeng Duan 5 năm trước cách đây
mục cha
commit
26d090855a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      tv/src/Mock/index.js

+ 1 - 1
tv/src/Mock/index.js

@@ -371,7 +371,7 @@ let getClassStat = function (ClassOn, dp) {
     };
 };
 
-let t = 0;//0 is on 1 is off
+let t = 1;//0 is on 1 is off
 if (t == 0) {
     // 列表测试
     Mock.mock('/api/testTable', 'post', testTable());