Browse Source

fix: 修复路由整合的问题

pull/111/head
cp3hnu 1 year ago
parent
commit
79757795bf
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      react-ui/config/routes.ts

+ 1
- 1
react-ui/config/routes.ts View File

@@ -76,7 +76,7 @@ export default [
{
name: '开发环境',
path: '',
component: './DevelopmentEnvironment/List',
component: './DevelopmentEnvironment/Editor',
},
{
name: '创建开发环境',


Loading…
Cancel
Save