Browse Source

事件优化

gzb
wangzhonglu 8 months ago
parent
commit
a180ea4368
1 changed files with 4 additions and 4 deletions
  1. 4
    4
      src/utils/index.js

+ 4
- 4
src/utils/index.js View File

713
   201: "账号登录",
713
   201: "账号登录",
714
   202: "首次使用",
714
   202: "首次使用",
715
   203: "账号退出",
715
   203: "账号退出",
716
-  211: "安装非应用商店应用",
717
-  212: "卸载强制安装应用",
716
+  211: "安装应用",
717
+  212: "卸载应用",
718
   213: "启动应用"
718
   213: "启动应用"
719
 };
719
 };
720
 /**
720
 /**
728
   105: "插入SD卡",
728
   105: "插入SD卡",
729
   106: "拔出SD卡",
729
   106: "拔出SD卡",
730
   111: "设备ROOT",
730
   111: "设备ROOT",
731
-  211: "安装非应用商店应用",
732
-  212: "卸载强制安装应用"
731
+  211: "安装应用",
732
+  212: "卸载应用"
733
 };
733
 };
734
 /**
734
 /**
735
  * 所有设备推送类型
735
  * 所有设备推送类型

Loading…
Cancel
Save