diff --git a/application/store/controller/GoodsBrand.php b/application/store/controller/GoodsBrand.php index 7c6618d70..54e39a05e 100644 --- a/application/store/controller/GoodsBrand.php +++ b/application/store/controller/GoodsBrand.php @@ -104,7 +104,7 @@ class GoodsBrand extends BasicAdmin protected function _form_result($result) { if ($result !== false) { - list($base, $spm, $url) = [url('@admin'), $this->request->get('spm'), url('goods/brand/index')]; + list($base, $spm, $url) = [url('@admin'), $this->request->get('spm'), url('store/goods_brand/index')]; $this->success('数据保存成功!', "{$base}#{$url}?spm={$spm}"); } }