Signed-off-by: 江海<jianghai14@huawei.com>

This commit is contained in:
江海
2022-07-21 02:13:37 +00:00
committed by Gitee
parent 885b2f6d63
commit 2908ef5e47
@@ -306,17 +306,17 @@ const DescriptionType = {
const NetType = {
CELLULAR: 1,
METERED_WIFI: 2,
NOT_METERED_WIFI = 4,
WIFI = 6,
CELLULAR_AND_WIFI = 7
NOT_METERED_WIFI: 4,
WIFI: 6,
CELLULAR_AND_WIFI: 7
}
const Order = {
DOWNLOAD: 1,
INSTALL: 2,
DOWNLOAD_AND_INSTALL = 3,
APPLY = 4,
INSTALL_AND_APPLY = 6
DOWNLOAD_AND_INSTALL: 3,
APPLY: 4,
INSTALL_AND_APPLY: 6
}
const UpgradeStatus = {