From 5f97e4b263b76b25f22592c02fbd482977e043bc Mon Sep 17 00:00:00 2001
From: wwf <1971391498@qq.com>
Date: 星期三, 01 十月 2025 16:22:14 +0800
Subject: [PATCH] 登录、注册

---
 entry/src/main/module.json5 |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/entry/src/main/module.json5 b/entry/src/main/module.json5
index ad219d7..f0eded4 100644
--- a/entry/src/main/module.json5
+++ b/entry/src/main/module.json5
@@ -45,6 +45,11 @@
           }
         ],
       }
+    ],
+    "requestPermissions": [
+      {
+        "name": "ohos.permission.INTERNET"
+      }
     ]
   }
 }
\ No newline at end of file

--
Gitblit v1.8.0