From 4b8653a11b462167d8980fc542a7435a3358c7a5 Mon Sep 17 00:00:00 2001 From: WindowBird <13870814+windows-bird@user.noreply.gitee.com> Date: Mon, 1 Sep 2025 08:42:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E5=88=9D=E5=A7=8B=E9=A1=B5?= =?UTF-8?q?=E5=92=8C=E5=9F=BA=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 6 +++--- utils/request.js | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pages.json b/pages.json index 4a1656d..6adf6e2 100644 --- a/pages.json +++ b/pages.json @@ -1,15 +1,15 @@ { "pages": [ { - "path": "pages/index/index", + "path": "pages/login/login", "style": { - "navigationBarTitleText": "设备租赁", "navigationStyle": "custom" } }, { - "path": "pages/login/login", + "path": "pages/index/index", "style": { + "navigationBarTitleText": "设备租赁", "navigationStyle": "custom" } }, diff --git a/utils/request.js b/utils/request.js index a17104a..b1b916d 100644 --- a/utils/request.js +++ b/utils/request.js @@ -19,17 +19,17 @@ const ENV_CONFIG = { develop: { // 开发环境 // baseUrl: 'http://192.168.2.174:4501', - baseUrl: 'http://192.168.2.244:4601', + baseUrl: 'https://chu.chuangtewl.com/prod-api', appId: 1, // TODO: 根据实际后端配置调整 }, trial: { // 体验版 - baseUrl: 'http://192.168.2.244:4601', + baseUrl: 'https://chu.chuangtewl.com/prod-api', appId: 1, // TODO: 根据实际后端配置调整 }, release: { // 正式版 - baseUrl: 'http://192.168.2.244:4601', + baseUrl: 'https://chu.chuangtewl.com/prod-api', appId: 1, // TODO: 根据实际后端配置调整 }, }