mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-05 19:41:44 +08:00
修正品牌管理中添加和编辑成功后无法返回列表的错误
This commit is contained in:
parent
4a9ba108a9
commit
51c06f19b8
@ -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}");
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user