chore: 去除忽略项

ysnc
时启龙 2026-01-08 09:21:18 +08:00
parent d27644ec4b
commit e90e06054f
2 changed files with 19 additions and 21 deletions

3
.gitignore vendored
View File

@ -20,6 +20,3 @@ yarn-error.log*
*.njsproj *.njsproj
*.sln *.sln
*.sw? *.sw?
public/index.html
public/static/config

View File

@ -1,19 +1,20 @@
{ {
"configs": [{ "configs": [
"name": "cmp-web" {
}, "name": "cmp-web"
{ },
"name": "cos-web", {
"activeRule": ["/cos", "/soa", "/screen", "/personal"] "name": "cos-web",
}, "activeRule": ["/cos", "/soa", "/screen", "/personal", "/monitor", "/ai", "/cmdb"]
{ },
"name": "cms-web" {
}, "name": "cms-web"
{ },
"name": "sms-web" {
}, "name": "sms-web"
{ },
"name": "cop-web" {
} "name": "cop-web"
] }
} ]
}