From a84175b5e189ac6da0d80ac64f77a4b45e7c9157 Mon Sep 17 00:00:00 2001 From: zuoxiao <470321431@qq.com> Date: 星期四, 14 十一月 2024 13:48:34 +0800 Subject: [PATCH] 1.添加瞬时流量相关2.优化界面3.修改原开阀和未关阀列表的sessionId为clientId --- app.json | 12 ++++++++---- 1 files changed, 8 insertions(+), 4 deletions(-) diff --git a/app.json b/app.json index 03e8743..b3ede3f 100644 --- a/app.json +++ b/app.json @@ -1,6 +1,5 @@ { "pages": [ - "pages/home/home", "pages/valveList/valveList", "pages/feedback/feedback", @@ -24,7 +23,12 @@ }, "componentFramework": "glass-easel", "sitemapLocation": "sitemap.json", - "lazyCodeLoading": "requiredComponents" - - + "permission": { + "scope.userLocation": { + "desc": "涓轰簡鏇村ソ鐨勪负鎮ㄦ湇鍔★紝灏嗚幏鍙栨偍鐨勪綅缃俊鎭�" + } + }, + "requiredPrivateInfos": [ + "getLocation" + ] } \ No newline at end of file -- Gitblit v1.8.0