From 8677a0d69c5fb7baeda0aa315d73bbfc272d31ab Mon Sep 17 00:00:00 2001 From: riku <risaku@163.com> Date: 星期四, 27 二月 2025 17:34:03 +0800 Subject: [PATCH] 1. 新增数据产品模块(编写中) --- 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..a87b389 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.110:8084/'; } const $http = axios.create({ -- Gitblit v1.9.3