@@ -6,9 +6,9 @@ companyInfo = {
};
// 当前版本 演示版
-// runVersion = 'test';
+runVersion = 'test';
// 户外版本
-runVersion = 'outDoor';
+// runVersion = 'outDoor';
// normal
// runVersion = 'normal';
@@ -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());