From ee42bf1badae06026efa79dc17d2a541297ab49b Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期三, 03 九月 2025 17:43:31 +0800
Subject: [PATCH] 采购管理整体样式优化,搜索条件修改
---
src/manifest.json | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/src/manifest.json b/src/manifest.json
index b6206f2..979864b 100644
--- a/src/manifest.json
+++ b/src/manifest.json
@@ -1,6 +1,6 @@
{
"name" : "ruoyi-vue3",
- "appid" : "__UNI__3DD118D",
+ "appid" : "__UNI__3B09341",
"description" : "",
"versionName" : "1.0.0",
"versionCode" : "100",
@@ -41,7 +41,9 @@
]
},
/* ios鎵撳寘閰嶇疆 */
- "ios" : {},
+ "ios" : {
+ "dSYMs" : false
+ },
/* SDK閰嶇疆 */
"sdkConfigs" : {}
}
--
Gitblit v1.9.3