From 2547159bbd781c8e1a41ecc939385396c85f9766 Mon Sep 17 00:00:00 2001 From: Riku <risaku@163.com> Date: 星期一, 09 六月 2025 23:35:59 +0800 Subject: [PATCH] 2025.6.9(功能编写中) --- src/api/index.js | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/api/index.js b/src/api/index.js index 6d5f82e..2831695 100644 --- a/src/api/index.js +++ b/src/api/index.js @@ -6,7 +6,8 @@ var IP = '47.100.191.150' var PORT = '9005' if (debug) { - IP = '192.168.0.103' + // IP = '192.168.0.103' + IP = 'localhost' PORT = '9001' } -- Gitblit v1.9.3