|
@@ -51,7 +51,7 @@ class CompilationModel extends BaseModel {
|
|
|
if (host) {
|
|
if (host) {
|
|
|
if (/cgyh.smartcost.com.cn/.test(host)) {
|
|
if (/cgyh.smartcost.com.cn/.test(host)) {
|
|
|
compilationData = compilationData.filter(item => cgCompilationNames.includes(item.name));
|
|
compilationData = compilationData.filter(item => cgCompilationNames.includes(item.name));
|
|
|
- } else if (/yhy.smartcost.com.cn/.test(host)) {
|
|
|
|
|
|
|
+ } else if (/yhyun.smartcost.com.cn/.test(host)) {
|
|
|
compilationData = compilationData.filter(item => !cgCompilationNames.includes(item.name));
|
|
compilationData = compilationData.filter(item => !cgCompilationNames.includes(item.name));
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|