From d4d7b467aecee0308c11b11961900925eb118e2c Mon Sep 17 00:00:00 2001 From: zengmingjie Date: Sun, 24 Aug 2025 11:51:57 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A2=84=E8=AD=A6=E4=B8=80=E6=9D=A1=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E5=8D=A1=E9=A1=BF=E9=97=AE=E9=A2=98O4=E9=BB=98?= =?UTF-8?q?=E8=AE=A4=E5=85=A5=E4=BE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 2 +- src/components/myMars.vue | 77 ++++++++++++++++++++---------- src/views/menuData/AlertDialog.vue | 14 +++++- 3 files changed, 65 insertions(+), 28 deletions(-) diff --git a/.env.development b/.env.development index b6c7e6a..11ba95f 100644 --- a/.env.development +++ b/.env.development @@ -1,3 +1,3 @@ NODE_ENV = 'development' -VUE_APP_API_URL = 'http://114.66.57.139:5002' +VUE_APP_API_URL = 'http://114.66.57.139:8088' VUE_APP_MESSAGE_SDK_DEBUG = true \ No newline at end of file diff --git a/src/components/myMars.vue b/src/components/myMars.vue index 13de268..187fca3 100644 --- a/src/components/myMars.vue +++ b/src/components/myMars.vue @@ -12,6 +12,7 @@