From 3f88a4f81bbfc424caa1391f4b3969c26fbf8485 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期五, 05 九月 2025 17:57:41 +0800
Subject: [PATCH] 销售管理真机测试,bug修改
---
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