2025年4月2日17:58:50

This commit is contained in:
17792275749
2025-04-02 17:58:52 +08:00
parent a706b0ecbb
commit cb50138e38
5 changed files with 32 additions and 16 deletions
@@ -3,7 +3,7 @@ const app = getApp();
Page({
// 获取wifi列表
openGetWifiList() {
wx.navigateTo({
wx.redirectTo({
url: "/pages/getWifiList/getWifiList"
})
}