From 68ba3376731aa7a5760ba5fce1dc6ba0c80982b4 Mon Sep 17 00:00:00 2001 From: riku <risaku@163.com> Date: 星期五, 03 一月 2025 17:28:18 +0800 Subject: [PATCH] 调整网格文本样式 --- src/api/index.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/api/index.js b/src/api/index.js index 9443b4c..e90dd06 100644 --- a/src/api/index.js +++ b/src/api/index.js @@ -10,7 +10,7 @@ } if (debug) { - ip1 = 'http://localhost:8084/'; + ip1 = 'http://192.168.0.138:8084/'; } const $http = axios.create({ -- Gitblit v1.9.3