mirror of
https://gitee.com/openharmony/communication_wifi.git
synced 2024-12-20 05:39:04 +00:00
"modifile wifi/test/wifi_testapp/entry/src/main/ets/Component/pswDialog.ets 将应用提升至api10,增加网页时延测试页面"
Signed-off-by: shitijun <shitijun@kaihong.com>
This commit is contained in:
parent
4fdb1a5427
commit
6ba587b418
@ -16,14 +16,14 @@
|
||||
// @ts-nocheck
|
||||
|
||||
import wifi from '@ohos.wifi'
|
||||
import ConfigData from '../Utils/ConfigData';
|
||||
import ConfigData from '../utils/ConfigData';
|
||||
/**
|
||||
* PswDialog page of WiFi test
|
||||
*/
|
||||
|
||||
@CustomDialog
|
||||
export struct PswDialog {
|
||||
@State scanInfo: any = null
|
||||
private scanInfo: any = null
|
||||
private psw: string = ''
|
||||
private controller: CustomDialogController
|
||||
private action: ( scanInfo , psw ) => void
|
||||
|
Loading…
Reference in New Issue
Block a user