第一版

This commit is contained in:
17792275749
2025-03-25 20:52:15 +08:00
commit 04d373b84e
88 changed files with 4539 additions and 0 deletions
@@ -0,0 +1,10 @@
const app = getApp();
Page({
// 获取wifi列表
openGetWifiList() {
wx.navigateTo({
url: "/pages/getWifiList/getWifiList"
})
}
})