From c63a260222422bc8357240fa2b766f8a2f99d4c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=97=B6=E5=90=AF=E9=BE=99?= Date: Mon, 5 Jan 2026 19:49:55 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=94=B9=E7=AB=AF=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/config/app.json | 42 +++++++++++++++++++++++------------------- 1 file changed, 23 insertions(+), 19 deletions(-) diff --git a/public/config/app.json b/public/config/app.json index aa185ca..799f306 100644 --- a/public/config/app.json +++ b/public/config/app.json @@ -1,20 +1,24 @@ { - "configs": [{ - "name": "cmp-web" - }, - { - "name": "cos-web", - "entry": "/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", + "entry": "/cos-web/", + "activeRule": ["/cos", "/soa", "/screen", "/personal"] + }, + { + "name": "cms-web" + }, + { + "name": "sms-web" + }, + { + "name": "cop-web" + }, + { + "name": "form-web" + } + ] +}