打開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);