revise the initialised value for want

Signed-off-by: tangzhigang1 <tangzhigang7@huawei.com>
This commit is contained in:
tangzhigang1
2022-11-01 16:25:54 +08:00
parent dd64ccabcb
commit 9c0001e0c6
@@ -20,7 +20,7 @@ import WantAgent from '@ohos.wantAgent';
const TAG = 'CommonUtil';
const DEFAULT_INFO = {
code: 0,
want: '',
want: {},
permission: '',
extraInfo: {}
};