arkts适配

Signed-off-by: gengzhengxing <gengzhengxing1@h-partners.com>
This commit is contained in:
gengzhengxing 2023-11-07 18:43:48 +08:00
parent bd3f56573c
commit 8eb0bf1933
2 changed files with 1 additions and 2 deletions

View File

@ -5,7 +5,7 @@
"name": "default",
"signingConfig": "default",
"compileSdkVersion": 10,
"compatibleSdkVersion": 9
"compatibleSdkVersion": 10
}
],
"signingConfigs": [

View File

@ -46,7 +46,6 @@ export struct AppMenu {
}
}
this.isBothTypeMenuExist = this.fixedMenuList.length > 0 && this.dynamicMenuList.length > 0;
AppStorage.setOrCreate('contextMenuState', true);
}
aboutToDisappear(): void {