From c54a662c0778f7857a517fed5523bd1935573a2a Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期三, 29 四月 2026 17:41:25 +0800
Subject: [PATCH] 小程序改bug
---
app/.hbuilderx/launch.json | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/app/.hbuilderx/launch.json b/app/.hbuilderx/launch.json
index 250c19f..d07ffaa 100644
--- a/app/.hbuilderx/launch.json
+++ b/app/.hbuilderx/launch.json
@@ -7,6 +7,11 @@
"packageName" : "com.doumee.mall",
"playground" : "standard",
"type" : "uni-app:app-android"
+ },
+ {
+ "customPlaygroundType" : "device",
+ "playground" : "custom",
+ "type" : "uni-app:app-ios"
}
]
}
--
Gitblit v1.9.3