参考官方文件:
e\admin\AddClass.php
e\class\functions.php
我们可以看到很多文件命名的参数
所以:要修改成 https://www.iduyao.cn/mobile/324203/index.html
update phome_ecms_news set filename=CONCAT(id,'/index') where id>0;
update phome_ecms_news set newspath='';
要修改成 https://www.iduyao.cn/mobile/324203.html
update phome_ecms_news set filename=CONCAT(id) where id>0;
update phome_ecms_news set newspath='';
注意:以上SQL命令尾部 id>0 0代表全部的意思,你也可以按照你想要的,比如ID>600就是600以上的文章变化;