正在显示
1 个修改的文件
包含
0 行增加
和
4 行删除
| @@ -258,10 +258,6 @@ class ProductLogic extends BaseLogic | @@ -258,10 +258,6 @@ class ProductLogic extends BaseLogic | ||
| 258 | 'route'=>$route, | 258 | 'route'=>$route, |
| 259 | ]; | 259 | ]; |
| 260 | $this->setRouteDeleteSave($data); | 260 | $this->setRouteDeleteSave($data); |
| 261 | - //"字符串以\"-product\"结尾" | ||
| 262 | - if (!ends_with($route, "-product")) { | ||
| 263 | - $route = $route."-product"; | ||
| 264 | - } | ||
| 265 | } | 261 | } |
| 266 | return $route; | 262 | return $route; |
| 267 | } | 263 | } |
-
请 注册 或 登录 后发表评论