正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -506,7 +506,7 @@ class ProjectUpdate extends Command | @@ -506,7 +506,7 @@ class ProjectUpdate extends Command | ||
| 506 | 506 | ||
| 507 | $path_arr = explode('/', $path); | 507 | $path_arr = explode('/', $path); |
| 508 | 508 | ||
| 509 | - return end($path_arr) ? end($path_arr) : $path_arr[count($path_arr) - 2]; | 509 | + return end($path_arr) ? generateRoute(end($path_arr)) : generateRoute($path_arr[count($path_arr) - 2]); |
| 510 | } | 510 | } |
| 511 | 511 | ||
| 512 | //产品多级分类入库 | 512 | //产品多级分类入库 |
-
请 注册 或 登录 后发表评论