From a26e8d708ab3c8899bee5cae4167ccc3be9b58cd Mon Sep 17 00:00:00 2001 From: gaoluyang <2820782392@qq.com> Date: 星期三, 03 九月 2025 14:00:23 +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