From 9d5b4d650e5b01081d3537c750e7469db4d161e3 Mon Sep 17 00:00:00 2001
From: 马宇豪 <978517621@qq.com>
Date: 星期二, 29 四月 2025 08:53:20 +0800
Subject: [PATCH] 提交

---
 manifest.json |   19 +++++++++++++------
 1 files changed, 13 insertions(+), 6 deletions(-)

diff --git a/manifest.json b/manifest.json
index d1b8287..2e0483e 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1,8 +1,8 @@
 {
-    "name" : "危化品全生命周期管理平台",
+    "name" : "危化品管理",
     "appid" : "__UNI__3D059D7",
     "description" : "",
-    "versionName" : "1.0.0",
+    "versionName" : "1.2",
     "versionCode" : 1,
     "transformPx" : false,
     "networkTimeout" : {
@@ -90,6 +90,9 @@
                         "spotlight@3x" : "unpackage/res/icons/120x120.png"
                     }
                 }
+            },
+            "splashscreen" : {
+                "androidStyle" : "default"
             }
         },
         "nativePlugins" : {}
@@ -98,12 +101,16 @@
     "quickapp" : {},
     /* 快应用特有相关 */
     "mp-weixin" : {
-        /* 小程序特有相关 */
-        "appid" : "",
+        "appid" : "wx30be93b9431b6f84",
         "setting" : {
-            "urlCheck" : false
+            "urlCheck" : false,
+            "es6" : false,
+            "postcss" : true
         },
-        "usingComponents" : true
+        "usingComponents" : true,
+        "uniStatistics" : {
+            "enable" : true
+        }
     },
     "vueVersion" : "2"
 }

--
Gitblit v1.9.2