From b87b2befa85bd085f40dc5aa7ea9bfbc17d807e5 Mon Sep 17 00:00:00 2001 From: riku <risaku@163.com> Date: 星期五, 10 一月 2025 17:15:02 +0800 Subject: [PATCH] 1. 调整了网格内文本的展示方式和样式; 2. 省去了单个网格4个顶点坐标的计算逻辑,交由后端完成; --- 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 59ed7cd..e90dd06 100644 --- a/src/api/index.js +++ b/src/api/index.js @@ -10,7 +10,7 @@ } if (debug) { - ip1 = 'http://192.168.1.7:8084/'; + ip1 = 'http://192.168.0.138:8084/'; } const $http = axios.create({ -- Gitblit v1.9.3