From e90e06054f0c2af1c3b27b6b2a801b67e0de446a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=97=B6=E5=90=AF=E9=BE=99?= Date: Thu, 8 Jan 2026 09:21:18 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=8E=BB=E9=99=A4=E5=BF=BD=E7=95=A5?= =?UTF-8?q?=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 3 --- public/config/app.json | 37 +++++++++++++++++++------------------ 2 files changed, 19 insertions(+), 21 deletions(-) diff --git a/.gitignore b/.gitignore index 2dbc497..b00a4f0 100644 --- a/.gitignore +++ b/.gitignore @@ -20,6 +20,3 @@ yarn-error.log* *.njsproj *.sln *.sw? - -public/index.html -public/static/config diff --git a/public/config/app.json b/public/config/app.json index 7097a82..ccd212e 100644 --- a/public/config/app.json +++ b/public/config/app.json @@ -1,19 +1,20 @@ { - "configs": [{ - "name": "cmp-web" - }, - { - "name": "cos-web", - "activeRule": ["/cos", "/soa", "/screen", "/personal"] - }, - { - "name": "cms-web" - }, - { - "name": "sms-web" - }, - { - "name": "cop-web" - } - ] -} \ No newline at end of file + "configs": [ + { + "name": "cmp-web" + }, + { + "name": "cos-web", + "activeRule": ["/cos", "/soa", "/screen", "/personal", "/monitor", "/ai", "/cmdb"] + }, + { + "name": "cms-web" + }, + { + "name": "sms-web" + }, + { + "name": "cop-web" + } + ] +}