管灌系统农户端微信小程序(嘉峪关应用)
zuoxiao
2024-02-20 6b64f6dea245bb2935cf132a7d491414f1327195
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "pages": [
    "pages/login/login",
    "pages/index/index",
    "pages/logs/logs"
 
  ],
  "window": {
    "navigationBarTextStyle": "black",
    "navigationBarTitleText": "电子钱包",
    "navigationBarBackgroundColor": "#ffffff"
  },
  "style": "v2",
  "componentFramework": "glass-easel",
  "sitemapLocation": "sitemap.json",
  "lazyCodeLoading": "requiredComponents"
}