From d0ba104b6ee00b03a3433e66384952c4a4a892c4 Mon Sep 17 00:00:00 2001
From: zuoxiao <470321431@qq.com>
Date: 星期六, 12 十月 2024 09:21:15 +0800
Subject: [PATCH] 1.tag切换到test。2.优化首页显示内容

---
 pages/home/home.js |    4 ++--
 app.js             |    2 +-
 api/config.js      |    3 ++-
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/api/config.js b/api/config.js
index 7eeb70f..57a771d 100644
--- a/api/config.js
+++ b/api/config.js
@@ -7,7 +7,8 @@
     break
   case 'test':
     // BASEURL = 'https://irrigate.dayuyanjiuyuan.top/'
-    BASEURL = 'https://d4x9787456.vicp.fun/'
+    // BASEURL = 'https://d4x9787456.vicp.fun/'
+    BASEURL = 'http://127.0.0.1:8087/'
     break
   default:
     BASEURL = ''
diff --git a/app.js b/app.js
index a7a3422..7c218ae 100644
--- a/app.js
+++ b/app.js
@@ -16,7 +16,7 @@
   globalData: {
     sessionId:'2024071616542300009',
     clientId:'2024062716083600006',
-    tag:'ym',
+    tag:'test',
     userInfo: null,
     userId:"",
     userCode:"",
diff --git a/pages/home/home.js b/pages/home/home.js
index bf07a07..fa1c834 100644
--- a/pages/home/home.js
+++ b/pages/home/home.js
@@ -15,8 +15,8 @@
     myItem: {},
     waterIntakeName: "",
     image: "/images/ic_head_bg.jpg",
-    userPhone: "158****0723",
-    userName: "寮犱笁",
+    userPhone: "000****0000",
+    userName: "鏈煡",
     scrollViewHeight: 0,
     listData: [],
     isRefreshing: false,

--
Gitblit v1.8.0