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