Applicable to: OpenHarmony SDK 3.2.5.5, stage model of API version 9
```
```ts
// In versions earlier than 3.1.5.5, obtain the value through router.getParams().key.
privatevalue:string=router.getParams().value;
// In 3.1.6.5 and later versions, obtain the value through router.getParams()['key'].
...
...
@@ -299,7 +299,7 @@ Applicable to: OpenHarmony SDK 3.2.5.5, stage model of API version 9
The color can be represented in two formats, for example, 0x7F000000 or '\#7F000000'. The first two digits indicate opacity, and the last six digits indicate RGB.
The **adminManager** module provides enterprise device management capabilities so that devices have the custom capabilities required in enterprise settings.
...
...
@@ -48,7 +48,7 @@ For details about the following error codes, see [Enterprise Device Management E
# @ohos.enterprise.deviceInfo (Device Information Management)
The **deviceInfo** module provides APIs for enterprise device information management, including the API for obtaining device serial numbers. These APIs can only be called by device administrator applications.
...
...
@@ -45,7 +45,7 @@ For details about the following error codes, see [Enterprise Device Management E