From 79757795bf408d987486bef3e925bbb6efb32b98 Mon Sep 17 00:00:00 2001 From: cp3hnu Date: Mon, 29 Jul 2024 08:44:29 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E8=B7=AF=E7=94=B1?= =?UTF-8?q?=E6=95=B4=E5=90=88=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- react-ui/config/routes.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react-ui/config/routes.ts b/react-ui/config/routes.ts index c2b1c2a0..82c568bc 100644 --- a/react-ui/config/routes.ts +++ b/react-ui/config/routes.ts @@ -76,7 +76,7 @@ export default [ { name: '开发环境', path: '', - component: './DevelopmentEnvironment/List', + component: './DevelopmentEnvironment/Editor', }, { name: '创建开发环境',