mirror of
https://gitee.com/openharmony/developtools_profiler
synced 2024-11-27 00:51:47 +00:00
清理告警
Signed-off-by: frank-huangran <frank.huangran@huawei.com>
This commit is contained in:
parent
462d2d7fcf
commit
e4b60f681b
@ -11,7 +11,7 @@ const TAG = 'FrameRateTestPage'
|
||||
@Component
|
||||
struct FrameRateTestPage {
|
||||
@State private curAppList:Array<AppInfoItem> = globalThis.appList
|
||||
@State selectApps: Array<String> = new Array<String>()
|
||||
@State selectApps: String[] = []
|
||||
@State private collectConfigs: CollectItem[] = []
|
||||
|
||||
aboutToAppear() {
|
||||
|
@ -15,7 +15,7 @@ const TAG = 'StartUpPage'
|
||||
@Component
|
||||
struct StartUpPage {
|
||||
@State private curAppList:Array<AppInfoItem> = globalThis.appList
|
||||
@State selectApps:Array<String> = new Array<String>()
|
||||
@State selectApps: String[] = []
|
||||
@State selectAppIcon: string = ''
|
||||
@State customPopup: boolean = true
|
||||
@State startType: boolean = false
|
||||
|
Loading…
Reference in New Issue
Block a user