From 41666e369fb7cbbb6af0c20c14d4f49caf060497 Mon Sep 17 00:00:00 2001 From: lihengheng Date: Wed, 30 Oct 2024 16:46:45 +0800 Subject: [PATCH] Fixed duplicate property definition --- sysom_web/src/app.jsx | 1 - 1 file changed, 1 deletion(-) diff --git a/sysom_web/src/app.jsx b/sysom_web/src/app.jsx index d8c83ae3..84f8f9b7 100644 --- a/sysom_web/src/app.jsx +++ b/sysom_web/src/app.jsx @@ -153,7 +153,6 @@ function addRoute(routes, newRoute, component) { currentParent.routes.push({ path: path, name: parts[index], - routes: [], routes: [{ exact: true, path: path, -- Gitee