From 777bcb6c5660c0ed14d85207377b62b779d81dde Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期三, 20 五月 2026 23:08:55 +0800
Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/gtzxinglijicun

---
 app/.hbuilderx/launch.json |   11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/app/.hbuilderx/launch.json b/app/.hbuilderx/launch.json
index 250c19f..0fe95d7 100644
--- a/app/.hbuilderx/launch.json
+++ b/app/.hbuilderx/launch.json
@@ -2,11 +2,16 @@
     "version" : "1.0",
     "configurations" : [
         {
-            "customPlaygroundType" : "device",
+            "customPlaygroundType" : "local",
             "localRepoPath" : "D:/璞嗙背/gtzxinglijicun/app",
-            "packageName" : "com.doumee.mall",
-            "playground" : "standard",
+            "packageName" : "com.doumee.app",
+            "playground" : "custom",
             "type" : "uni-app:app-android"
+        },
+        {
+            "customPlaygroundType" : "device",
+            "playground" : "custom",
+            "type" : "uni-app:app-ios"
         }
     ]
 }

--
Gitblit v1.9.3