From 802bb504d06982e16b85ca3e7729c8a902fc323a Mon Sep 17 00:00:00 2001
From: WindowBird <13870814+windows-bird@user.noreply.gitee.com>
Date: Fri, 5 Sep 2025 09:09:25 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E7=99=BB=E5=BD=95=E9=80=BB?=
=?UTF-8?q?=E8=BE=91=EF=BC=8C=E6=8F=90=E4=BA=A4=E7=99=BB=E5=BD=95=E8=AF=B7?=
=?UTF-8?q?=E6=B1=82=E7=9A=84=E8=8A=82=E6=B5=81?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
main.js | 1 +
pages/login/login.vue | 770 ++++++++++++++++++++----------------------
utils/request.js | 6 +-
3 files changed, 379 insertions(+), 398 deletions(-)
diff --git a/main.js b/main.js
index 4d2e8df..4947da6 100644
--- a/main.js
+++ b/main.js
@@ -25,6 +25,7 @@ import PageScrollMixin from "./mixins/page-scroll-mixin.js";
Vue.use("tab-bar", tabbar);
Vue.use(uView);
+
uni.$u.config.unit = "rpx";
Vue.use(cookies);
Vue.config.productionTip = false;
diff --git a/pages/login/login.vue b/pages/login/login.vue
index f27a76a..1d2cc11 100644
--- a/pages/login/login.vue
+++ b/pages/login/login.vue
@@ -1,47 +1,49 @@
-
+
-
+
✓
我已同意并阅读
《服务条款》
- 《法律条款及隐私政策》
+ 《法律条款及隐私政策》
+
diff --git a/utils/request.js b/utils/request.js
index 770bc84..166bf41 100644
--- a/utils/request.js
+++ b/utils/request.js
@@ -17,18 +17,18 @@ import {
const ENV_CONFIG = {
develop: {
// 开发环境
- baseUrl: "http://192.168.2.244:4501",
+ baseUrl: "http://192.168.2.58:4501",
//baseUrl: "https://testlu.chuangtewl.com/prod-api",
appId: 1,
},
trial: {
// 体验版
- baseUrl: "http://192.168.2.244:4501",
+ baseUrl: "http://192.168.2.58:4501",
appId: 1,
},
release: {
// 正式版
- baseUrl: "http://192.168.2.244:4501",
+ baseUrl: "http://192.168.2.58:4501",
appId: 1,
},
};