From 8c67bea9003a40a704a91fcc17623702b2c74d88 Mon Sep 17 00:00:00 2001 From: dongqian <3475123872@qq.com> Date: Wed, 29 Oct 2025 15:25:16 +0800 Subject: [PATCH 1/4] =?UTF-8?q?=E8=B0=83=E9=80=89=E8=82=A1=E7=AD=96?= =?UTF-8?q?=E7=95=A5=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .hbuilderx/launch.json | 8 +++--- App.vue | 41 ++++++++++++++++++++++--------- api/deepExploration/deepExploration.js | 9 ++++++- pages/deepExploration/deepExploration.vue | 27 ++++++++++++++++++++ utils/http.js | 4 +-- 5 files changed, 71 insertions(+), 18 deletions(-) diff --git a/.hbuilderx/launch.json b/.hbuilderx/launch.json index 2a3f43d..7ef9f55 100644 --- a/.hbuilderx/launch.json +++ b/.hbuilderx/launch.json @@ -2,11 +2,13 @@ "version" : "1.0", "configurations" : [ { - "customPlaygroundType" : "local", + "customPlaygroundType" : "device", + "packageName" : "io.dcloud.HBuilder", "playground" : "custom", "type" : "uni-app:app-android" - // "playground" : "standard", - // "type" : "uni-app:app-ios" } ] } +// "playground" : "standard", +// "type" : "uni-app:app-ios" + diff --git a/App.vue b/App.vue index ee288b1..fda3d27 100644 --- a/App.vue +++ b/App.vue @@ -1,16 +1,33 @@