duanchangpeng hace 4 años
padre
commit
43337a8393
Se han modificado 2 ficheros con 3 adiciones y 3 borrados
  1. 2 2
      tv/src/Global.js
  2. 1 1
      tv/src/Mock/index.js

+ 2 - 2
tv/src/Global.js

@@ -6,9 +6,9 @@ companyInfo = {
 };
 
 // 当前版本   演示版
-// runVersion = 'test';
+runVersion = 'test';
 // 户外版本
-runVersion = 'outDoor';
+// runVersion = 'outDoor';
 // normal
 // runVersion = 'normal';
 

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

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