修正品牌管理中添加和编辑成功后无法返回列表的错误

This commit is contained in:
freechen 2018-05-08 18:36:33 +08:00 committed by GitHub
parent 4a9ba108a9
commit 51c06f19b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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}");
}
}