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" + } + ] +}