From a57c2d1642ab2a61cff2f9ca4eb75924a0303cbb Mon Sep 17 00:00:00 2001 From: cloudroam <cloudroam> Date: 星期日, 22 六月 2025 17:53:48 +0800 Subject: [PATCH] add 首页配置 --- config/default-test.json5 | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/default-test.json5 b/config/default-test.json5 index 473ad38..513a785 100644 --- a/config/default-test.json5 +++ b/config/default-test.json5 @@ -1,6 +1,6 @@ { - //httpBaseUri: 'http://localhost:8080', - httpBaseUri: 'http://14.103.144.28', + httpBaseUri: 'http://192.168.1.213:8080', +// httpBaseUri: 'http://14.103.144.28', baseUrl: '/platform/' } -- Gitblit v1.9.3