From 9d5b4d650e5b01081d3537c750e7469db4d161e3 Mon Sep 17 00:00:00 2001
From: 马宇豪 <978517621@qq.com>
Date: Tue, 29 Apr 2025 08:53:20 +0800
Subject: [PATCH] 提交
---
manifest.json | 17 ++++++++++++-----
1 files changed, 12 insertions(+), 5 deletions(-)
diff --git a/manifest.json b/manifest.json
index 6f3eb62..2e0483e 100644
--- a/manifest.json
+++ b/manifest.json
@@ -2,7 +2,7 @@
"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