duanchangpeng 5 лет назад
Родитель
Сommit
b97ccfab04
2 измененных файлов с 3 добавлено и 3 удалено
  1. 1 1
      hbuild/GoAllOutTv/GoAllOutTv/manifest.json
  2. 2 2
      tv/src/Global.js

+ 1 - 1
hbuild/GoAllOutTv/GoAllOutTv/manifest.json

@@ -6,7 +6,7 @@
         "name" : "1.3.19", /*应用版本名称*/
         "code" : 48
     },
-    "description" : "小飞龙TV平台 outdoor", /*应用描述信息*/
+    "description" : "小飞龙TV平台", /*应用描述信息*/
     "icons" : {
         "72" : "icon.png"
     },

+ 2 - 2
tv/src/Global.js

@@ -8,9 +8,9 @@ companyInfo = {
 // 当前版本   演示版
 // runVersion = 'test';
 // 户外版本
-runVersion = 'outDoor';
+// runVersion = 'outDoor';
 // normal
-// runVersion = 'normal';
+runVersion = 'normal';
 
 // headapi = process.env.NODE_ENV === 'development' ? '/api/' : '../';
 // headapi = 'http://192.168.0.110:8080/';//从郑伟那里获得数据源