From e0143ad80f9c78ac1eb1bd06782567ebffb67b8f Mon Sep 17 00:00:00 2001
From: zuoxiao <470321431@qq.com>
Date: 星期一, 04 十一月 2024 10:28:25 +0800
Subject: [PATCH] 充值金额从后台获取

---
 app.json |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/app.json b/app.json
index 03e8743..7a67abd 100644
--- a/app.json
+++ b/app.json
@@ -1,6 +1,5 @@
 {
   "pages": [
-  
     "pages/home/home",
     "pages/valveList/valveList",
     "pages/feedback/feedback",
@@ -24,7 +23,13 @@
   },
   "componentFramework": "glass-easel",
   "sitemapLocation": "sitemap.json",
-  "lazyCodeLoading": "requiredComponents"
+  "permission": {
+    "scope": {
+      "userLocation": {
+        "desc": "涓轰簡鏇村ソ鐨勪负鎮ㄦ湇鍔★紝灏嗚幏鍙栨偍鐨勪綅缃俊鎭�"
+      }
+    }
+  }
 
 
 }
\ No newline at end of file

--
Gitblit v1.8.0