From de6fd089b37613808e5a3bef38ecc0761f7456e0 Mon Sep 17 00:00:00 2001 From: Riku <risaku@163.com> Date: 星期日, 02 三月 2025 22:07:47 +0800 Subject: [PATCH] AOD数据产品 --- 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 e90dd06..cb2280b 100644 --- a/src/api/index.js +++ b/src/api/index.js @@ -10,7 +10,8 @@ } if (debug) { - ip1 = 'http://192.168.0.138:8084/'; + // ip1 = 'http://192.168.0.110:8084/'; + ip1 = 'http://192.168.1.8:8084/'; } const $http = axios.create({ -- Gitblit v1.9.3