diff --git a/OAT.xml b/OAT.xml
index 10e67281a9c1e3519943cf7804b03fa1ebe7c0cd..348837cdb87ce3c4f63900878aa8ddfa517cd9e5 100644
--- a/OAT.xml
+++ b/OAT.xml
@@ -21,6 +21,26 @@
desc="hvigor配置文件,DevEco Studio自动生成,不手动修改"
name="*.json5.ftl"
type="filename"/>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/build-profile.json5 b/build-profile.json5
index 77e1d2595d865f676b2f40230445479e421b068e..b2c6e674834d386a0842faa1c5198faec4c13f1d 100644
--- a/build-profile.json5
+++ b/build-profile.json5
@@ -1,18 +1,6 @@
{
"app": {
"signingConfigs": [
- {
- "name": "default",
- "material": {
- "certpath": "C:/Users/l30051688/.ohos/config/openharmony/default_applications_clock_yy0iSiZbZcuiIAZ_draa2ySNdrJlZeuIW709DtFsmMw=.cer",
- "storePassword": "0000001B3E3FFFEB097D828DDACAC6B2465A5EB9E71E8E5D62072028C976C8B3950D94881924EA166BFE54",
- "keyAlias": "debugKey",
- "keyPassword": "0000001BD31CF455D29CFEB95814C51046D56C3EBBFE72911B6237170C2B5C6C5DCA5F633DCFBDB6D05B30",
- "profile": "C:/Users/l30051688/.ohos/config/openharmony/default_applications_clock_yy0iSiZbZcuiIAZ_draa2ySNdrJlZeuIW709DtFsmMw=.p7b",
- "signAlg": "SHA256withECDSA",
- "storeFile": "C:/Users/l30051688/.ohos/config/openharmony/default_applications_clock_yy0iSiZbZcuiIAZ_draa2ySNdrJlZeuIW709DtFsmMw=.p12"
- }
- }
],
"products": [
{
diff --git a/product/phone/src/main/ets/pages/index.ets b/product/phone/src/main/ets/pages/index.ets
index e2dabd5e6bc351d9726cb5d4db143999aae99ca7..942057f74acbb6b8ca6f7f902935fc88be1fbf85 100644
--- a/product/phone/src/main/ets/pages/index.ets
+++ b/product/phone/src/main/ets/pages/index.ets
@@ -399,6 +399,7 @@ struct Index {
}
async aboutToDisappear(): Promise {
+ LogUtil.info(TAG, 'aboutToDisappear');
this.unSubscribeCommentAsLockEvent();
this.unSubscribeEvents();
BreakpointManager.unregister();