From a9e72e15bebd9dd52bc6a2e0c9e0b5a87292a92e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A0=82=E7=B3=96?= Date: Thu, 30 Oct 2025 18:20:46 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9B=B4=E6=96=B0=E5=9F=BA=E7=A1=80URL?= =?UTF-8?q?=E5=B9=B6=E4=BF=AE=E5=A4=8D=E5=88=86=E9=A1=B5=E5=90=8C=E6=AD=A5?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将hand-factory的基础URL从本地IP更改为公网IP - 修复L2日志页面分页组件的v-model语法问题 - 调整hand-factory页面配置中登录页面的顺序 --- apps/hand-factory/config.js | 3 ++- apps/hand-factory/pages.json | 13 +++++++------ apps/l2/src/views/l2/log/index.vue | 4 ++-- 3 files changed, 11 insertions(+), 9 deletions(-) diff --git a/apps/hand-factory/config.js b/apps/hand-factory/config.js index 2ed0e74..14fb220 100644 --- a/apps/hand-factory/config.js +++ b/apps/hand-factory/config.js @@ -1,6 +1,7 @@ // 应用全局配置 module.exports = { - baseUrl: 'http://192.168.31.116:8080', + // baseUrl: 'http://192.168.31.116:8080', + baseUrl: 'http://140.143.206.120:8080', // baseUrl: 'http://localhost:8080', // 应用信息 appInfo: { diff --git a/apps/hand-factory/pages.json b/apps/hand-factory/pages.json index e0fa029..1ce4cc7 100644 --- a/apps/hand-factory/pages.json +++ b/apps/hand-factory/pages.json @@ -1,11 +1,5 @@ { "pages": [ - { - "path": "pages/login", - "style": { - "navigationBarTitleText": "登录" - } - }, { "path": "pages/index", "style": { @@ -13,6 +7,13 @@ "navigationStyle": "custom" } }, + { + "path": "pages/login", + "style": { + "navigationBarTitleText": "登录" + } + }, + { "path": "pages/mine/index", "style": { diff --git a/apps/l2/src/views/l2/log/index.vue b/apps/l2/src/views/l2/log/index.vue index 7ff16bb..1b1a1f4 100644 --- a/apps/l2/src/views/l2/log/index.vue +++ b/apps/l2/src/views/l2/log/index.vue @@ -93,8 +93,8 @@