From 0dd632eaff7c3c8a47eaf1de2b76be861cd6948b Mon Sep 17 00:00:00 2001 From: GaoHao <1210693421@qq.com> Date: Mon, 13 Jan 2025 10:59:11 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=88=E6=9C=AC=E6=9B=B4=E6=96=B0=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .hbuilderx/launch.json | 2 +- App.vue | 23 +++++----- api/user/user.js | 11 +++++ pages/index/index.vue | 96 +++++++++++++++++++++++++++++++++++++++++- 4 files changed, 120 insertions(+), 12 deletions(-) diff --git a/.hbuilderx/launch.json b/.hbuilderx/launch.json index 15f1188..e466870 100644 --- a/.hbuilderx/launch.json +++ b/.hbuilderx/launch.json @@ -2,7 +2,7 @@ "version" : "1.0", "configurations" : [ { - "playground" : "custom", + "playground" : "standard", "type" : "uni-app:app-android" }, { diff --git a/App.vue b/App.vue index efea306..8cabee7 100644 --- a/App.vue +++ b/App.vue @@ -1,6 +1,6 @@