From 1f46c23d0807265aa258bc82d03149c27fd48833 Mon Sep 17 00:00:00 2001
From: 啊鑫 <t2856754968@163.com>
Date: 星期五, 25 七月 2025 13:09:42 +0800
Subject: [PATCH] 优化XJ/Add页面按钮样式和功能

---
 manifest.json |   11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/manifest.json b/manifest.json
index 87bfe91..bcc7349 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1,9 +1,9 @@
 {
     "name" : "GS-MES-AP",
-    "appid" : "__UNI__B38B152",
+    "appid" : "__UNI__CFD9E8B",
     "description" : "",
-    "versionName" : "1.0.0",
-    "versionCode" : "100",
+    "versionName" : "1.1.1.6",
+    "versionCode" : 1,
     "transformPx" : false,
     /* 5+App鐗规湁鐩稿叧 */
     "app-plus" : {
@@ -123,7 +123,7 @@
         "enable" : false
     },
     "vueVersion" : "2",
-    "fallbackLocale" : "en",
+    "fallbackLocale" : "zh-Hans",
     "h5" : {
         "optimization" : {
             "treeShaking" : {
@@ -146,5 +146,6 @@
             "title" : "Images",
             "extensions" : [ "png", "jpg", "jpeg" ]
         }
-    }
+    },
+    "locale" : "auto"
 }

--
Gitblit v1.9.3