From 9790ff7ecc198ae3bbf10d5e3707a95d60ddab69 Mon Sep 17 00:00:00 2001
From: sjz <1240968267@qq.com>
Date: 星期三, 19 二月 2025 11:54:28 +0800
Subject: [PATCH] 煜昌pad前端

---
 manifest.json |   29 ++++++++++++++++++++++-------
 1 files changed, 22 insertions(+), 7 deletions(-)

diff --git a/manifest.json b/manifest.json
index ca53723..39fc4d0 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1,9 +1,9 @@
 {
-    "name" : "MES",
-    "appid" : "__UNI__48029C9",
+    "name" : "MES-APP",
+    "appid" : "__UNI__B4F2AE9",
     "description" : "",
-    "versionName" : "1.1.0",
-    "versionCode" : "100",
+    "versionName" : "1.2.3",
+    "versionCode" : 101,
     "transformPx" : false,
     /* 5+App鐗规湁鐩稿叧 */
     "app-plus" : {
@@ -19,11 +19,11 @@
         /* 妯″潡閰嶇疆 */
         "modules" : {
             "Camera" : {},
-            "Barcode" : {},
             "Bluetooth" : {},
             "Geolocation" : {},
             "Maps" : {},
-            "Messaging" : {}
+            "Messaging" : {},
+            "Barcode" : {}
         },
         /* 搴旂敤鍙戝竷淇℃伅 */
         "distribute" : {
@@ -49,7 +49,7 @@
                     "<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>",
                     "<uses-permission android:name=\"android.permission.WRITE_SMS\"/>"
                 ],
-                "abiFilters" : [ "armeabi-v7a", "x86" ]
+                "abiFilters" : [ "armeabi-v7a", "arm64-v8a", "x86" ]
             },
             /* ios鎵撳寘閰嶇疆 */
             "ios" : {
@@ -90,6 +90,21 @@
     "mp-toutiao" : {
         "usingComponents" : true
     },
+    "h5" : {
+        "devServer" : {
+            "https" : false,
+            "proxy" : {
+                "/api" : {
+                    "target" : "http://192.168.0.98:808",
+                    "changeOrigin" : true,
+                    "secure" : false,
+                    "pathRewrite" : {
+                        "^/api" : ""
+                    }
+                }
+            }
+        }
+    },
     "uniStatistics" : {
         "enable" : false
     },

--
Gitblit v1.9.3