适配enterprise device management接口适配

Signed-off-by: caiminggang <caiminggang1@huawei.com>
This commit is contained in:
caiminggang
2022-10-28 11:24:00 +08:00
parent ce1ebf9dfa
commit 9e380e8bb4
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
* limitations under the License.
*/
import edmEnterpriseDeviceManager from '@ohos.enterpriseDeviceManager';
import edmEnterpriseDeviceManager from '@ohos.enterprise.adminManager';
import router from '@ohos.router';
import appDetailData from '../common/appManagement/appDetailData'
import baseData from '../common/baseData';
@@ -13,7 +13,7 @@
* limitations under the License.
*/
import enterpriseDeviceManager from '@ohos.enterpriseDeviceManager';
import enterpriseDeviceManager from '@ohos.enterprise.adminManager';
import router from '@ohos.router';
import accountManager from '../../common/accountManager'
import appDetailData from '../../common/appManagement/appDetailData'