打开dede/catalog.add.php文件
找到
$toptypedir = GetPinyin(stripslashes($toptypename));
改为
$toptypedir = GetPinyin(stripslashes($toptypename),1);
找到
$typedir = $toptypedir.'/'.GetPinyin(stripslashes($v));
改为
$typedir = $toptypedir.'/'.GetPinyin(stripslashes($v),1);
找到
$toptypedir = GetPinyin(stripslashes($toptypename));
改为
$toptypedir = GetPinyin(stripslashes($toptypename),1);
找到
$typedir = GetPinyin(stripslashes($typename));
改为
$typedir = GetPinyin(stripslashes($typename),1);