From 78ac2ed331386c86f9efaa6a8c607be079b8ec78 Mon Sep 17 00:00:00 2001 From: zuoxiao <zuoxiao> Date: 星期四, 28 八月 2025 21:16:00 +0800 Subject: [PATCH] 民勤修改需要登录 --- app.json | 9 ++++++++- 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/app.json b/app.json index aa6ca15..a29ee14 100644 --- a/app.json +++ b/app.json @@ -2,6 +2,7 @@ "pages": [ "pages/home/home", + "pages/stationMonitor/stationMonitor", "pages/valveList/valveList", "pages/feedback/feedback", "pages/wxlogin/wxlogin", @@ -29,5 +30,11 @@ }, "componentFramework": "glass-easel", "sitemapLocation": "sitemap.json", - "lazyCodeLoading": "requiredComponents" + "lazyCodeLoading": "requiredComponents", + "plugins": { + "ezplayer": { + "version": "1.0.13", + "provider": "wxf2b3a0262975d8c2" + } +} } \ No newline at end of file -- Gitblit v1.8.0