From 49236f15642c8de3ca641af2c68e5a6186a7cb99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E4=BC=9F?= Date: Fri, 30 Jan 2026 15:03:59 +0800 Subject: [PATCH] Squashed 'react-ui/' changes from 943554f8..b6b49926 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit b6b49926 fix: 删除 dist.zip f8ebdf8b feat: 统一端口号 qiankun 配置 git-subtree-dir: react-ui git-subtree-split: b6b499267f24f4581dbb97915619dea8ef6b8003 --- config/config.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/config/config.ts b/config/config.ts index b479a251..e2c519ce 100644 --- a/config/config.ts +++ b/config/config.ts @@ -177,25 +177,25 @@ export default defineConfig({ { name: 'flint-data', // 数据服务微应用 // entry: 'http://localhost:8081', // 开发环境地址 - entry: 'http://192.168.60.11:30002/flint-data/', // 生产环境地址 + entry: '/flint-data/', // 生产环境地址 activeRule: '/flint-data', // 激活规则 }, { name: 'flint-bml', // 训练模块微应用 // entry: 'http://localhost:8082', - entry: 'http://192.168.60.11:30002/flint-bml/', - activeRule: '/pipeline/flint-bml', + entry: '/flint-bml/', + activeRule: '/training/flint-bml', }, { name: 'flint-console', // 集群管理 // entry: 'http://localhost:8083', - entry: 'http://192.168.60.11:30002/flint-console/', - activeRule: '/dataset/flint-console', + entry: '/flint-console/', + activeRule: '/flint-console', }, { name: 'flint-service', // 服务模块微应用 // entry: 'http://localhost:8085', - entry: 'http://192.168.60.11:30002/flint-service/', + entry: '/flint-service/', activeRule: '/dataset/flint-service', }, ]