提交 9edd815d 编写于 作者: Z zhouke

将hap包改成单例模式,.Signed-off-by: <zhouke35@huawei.com>.

Signed-off-by: Nzhouke <zhouke35@huawei.com>
上级 659e7596
...@@ -49,7 +49,7 @@ ...@@ -49,7 +49,7 @@
"formsEnabled": false, "formsEnabled": false,
"label": "$string:entry_MainAbility", "label": "$string:entry_MainAbility",
"type": "page", "type": "page",
"launchType": "standard" "launchType": "singleton"
}, },
{ {
"orientation": "unspecified", "orientation": "unspecified",
...@@ -62,7 +62,7 @@ ...@@ -62,7 +62,7 @@
"description": "$string:TestAbility_desc", "description": "$string:TestAbility_desc",
"label": "$string:TestAbility_label", "label": "$string:TestAbility_label",
"type": "page", "type": "page",
"launchType": "standard" "launchType": "singleton"
} }
], ],
"js": [ "js": [
......
...@@ -49,7 +49,7 @@ ...@@ -49,7 +49,7 @@
"formsEnabled": false, "formsEnabled": false,
"label": "$string:entry_MainAbility", "label": "$string:entry_MainAbility",
"type": "page", "type": "page",
"launchType": "standard" "launchType": "singleton"
} }
], ],
"js": [ "js": [
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册