This commit is contained in:
2025-09-20 21:04:45 +08:00
commit d204ffe6fa
9 changed files with 203 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
const app = getApp()
Page({
data: {
url: app.globalData.webUrl
}
})