From 40296bd0d12cff7f79159d2c3b6dd79b846b083f Mon Sep 17 00:00:00 2001 From: donghao Date: Fri, 4 Jul 2025 16:21:15 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=88=87=E6=8D=A2=E8=B5=84=E6=BA=90?= =?UTF-8?q?=E8=AE=BF=E9=97=AE=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/defaultApi.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/defaultApi.ts b/config/defaultApi.ts index a6fb16d..6f2c032 100644 --- a/config/defaultApi.ts +++ b/config/defaultApi.ts @@ -2,9 +2,9 @@ * @Author: donghao donghao@supervision.ltd * @Date: 2024-05-31 14:46:59 * @LastEditors: donghao donghao@supervision.ltd - * @LastEditTime: 2024-06-28 10:00:02 + * @LastEditTime: 2025-07-04 15:15:27 * @FilePath: \general-ai-platform-web\config\defaultApi.ts * @Description: 通用api配置 */ export const fileApiActionUrl = '/api/v1/file/upload'; -export const dataViewUrl = 'http://192.168.10.26:8848/indexDataScreen.html#/workbench'; +export const dataViewUrl = 'http://192.168.10.70:8988/indexDataScreen.html#/workbench';