updated 页面加速

This commit is contained in:
PASSER-BY
2022-03-29 20:00:37 +08:00
parent 888532141a
commit 76ecc7e668
3 changed files with 3 additions and 4 deletions

View File

@@ -1705,9 +1705,8 @@
var nameList = _map[key];
prefixList.forEach(function(prefix){
nameList.forEach(function(name){
var newName = prefix+name;
if(!allName[name]){ // 配偶组合的称呼不得已原有称呼冲突(如:妻舅!=妻子的舅舅;外舅公!=老公的舅公)
_map[newKey].push(newName);
_map[newKey].push(prefix+name);
}
});
});